Merge pull request #358 from gsomlo/gls-systemd-path
systemd: fix unit file install path
This commit is contained in:
commit
da46c830b5
2 changed files with 2 additions and 2 deletions
|
@ -41,7 +41,7 @@ Install Path | Description
|
|||
/usr/share/core/|Example scripts and scenarios
|
||||
/usr/share/man/man1/|Command man pages
|
||||
/etc/init.d/core-daemon|SysV startup script for daemon
|
||||
/etc/systemd/system/core-daemon.service|Systemd startup script for daemon
|
||||
/usr/lib/systemd/system/core-daemon.service|Systemd startup script for daemon
|
||||
|
||||
# Pre-Req Installing Python
|
||||
|
||||
|
|
|
@ -22,7 +22,7 @@ startupdir = /etc/init.d
|
|||
startup_SCRIPTS = core-daemon
|
||||
endif
|
||||
if WANT_SYSTEMD
|
||||
startupdir = /etc/systemd/system
|
||||
startupdir = /usr/lib/systemd/system
|
||||
startup_SCRIPTS = core-daemon.service
|
||||
endif
|
||||
|
||||
|
|
Loading…
Reference in a new issue