Merge branch 'develop' into coretk-fix
This commit is contained in:
commit
b4b71eda0e
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/core/|Example scripts and scenarios
|
||||||
/usr/share/man/man1/|Command man pages
|
/usr/share/man/man1/|Command man pages
|
||||||
/etc/init.d/core-daemon|SysV startup script for daemon
|
/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
|
# Pre-Req Installing Python
|
||||||
|
|
||||||
|
|
|
@ -22,7 +22,7 @@ startupdir = /etc/init.d
|
||||||
startup_SCRIPTS = core-daemon
|
startup_SCRIPTS = core-daemon
|
||||||
endif
|
endif
|
||||||
if WANT_SYSTEMD
|
if WANT_SYSTEMD
|
||||||
startupdir = /etc/systemd/system
|
startupdir = /usr/lib/systemd/system
|
||||||
startup_SCRIPTS = core-daemon.service
|
startup_SCRIPTS = core-daemon.service
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue