Y
Hacker News
new
|
ask
|
show
|
jobs
by
robxu9
2831 days ago
I see that you created an init script, but then you called systemctl. Any reason not to use systemd units?
2 comments
JdeBP
2831 days ago
Then one would not have the fun of writing
#! /bin/sh ... source /lib/lsb/init-functions
and have it not work on systems where /bin/sh is (say) the Debian Almquist shell. (-:
link
yawboakye
2829 days ago
`systemctl` works with init scripts, or the other way round?
link