scripts: Update the core-daemon systemd service configuration.

This commit is contained in:
Tom Goff 2015-12-15 20:57:12 +00:00
parent ce0bfc88eb
commit ac6adbf0c5
4 changed files with 4 additions and 2 deletions

View 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