scripts: Update the core-daemon systemd service configuration.
This commit is contained in:
parent
ce0bfc88eb
commit
ac6adbf0c5
4 changed files with 4 additions and 2 deletions
11
scripts/core-daemon.service.in
Normal file
11
scripts/core-daemon.service.in
Normal file
|
@ -0,0 +1,11 @@
|
|||
[Unit]
|
||||
Description=Common Open Research Emulator Service
|
||||
After=network.target
|
||||
|
||||
[Service]
|
||||
Type=forking
|
||||
PIDFile=/var/run/core-daemon.pid
|
||||
ExecStart=@PYTHON@ @SBINDIR@/core-daemon -d
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
Loading…
Add table
Add a link
Reference in a new issue