update to simplify systemd service startup
This commit is contained in:
parent
987e6f4f50
commit
31a0224d8e
1 changed files with 2 additions and 3 deletions
|
@ -3,9 +3,8 @@ Description=Common Open Research Emulator Service
|
|||
After=network.target
|
||||
|
||||
[Service]
|
||||
Type=forking
|
||||
PIDFile=/var/run/core-daemon.pid
|
||||
ExecStart=@PYTHON@ @bindir@/core-daemon -d
|
||||
Type=simple
|
||||
ExecStart=@PYTHON@ @bindir@/core-daemon
|
||||
TasksMax=infinity
|
||||
|
||||
[Install]
|
||||
|
|
Loading…
Reference in a new issue