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
|
@ -326,6 +326,7 @@ AC_CONFIG_FILES([Makefile
|
|||
gui/Makefile
|
||||
gui/icons/Makefile
|
||||
scripts/Makefile
|
||||
scripts/core-daemon.service
|
||||
scripts/perf/Makefile
|
||||
scripts/xen/Makefile
|
||||
doc/Makefile
|
||||
|
|
1
scripts/.gitignore
vendored
1
scripts/.gitignore
vendored
|
@ -1 +1,2 @@
|
|||
core-daemon
|
||||
core-daemon.service
|
||||
|
|
|
@ -12,7 +12,7 @@ CLEANFILES = core-daemon
|
|||
DISTCLEANFILES = Makefile.in xen/Makefile xen/Makefile.in
|
||||
|
||||
EXTRA_DIST = core-daemon-init.d \
|
||||
core-daemon.service \
|
||||
core-daemon.service.in \
|
||||
core-daemon-rc.d \
|
||||
core-daemon-init.d-SUSE \
|
||||
xen
|
||||
|
|
|
@ -5,7 +5,7 @@ After=network.target
|
|||
[Service]
|
||||
Type=forking
|
||||
PIDFile=/var/run/core-daemon.pid
|
||||
ExecStart=/usr/bin/python /usr/sbin/core-daemon -d
|
||||
ExecStart=@PYTHON@ @SBINDIR@/core-daemon -d
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
Loading…
Reference in a new issue