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

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. (-:
`systemctl` works with init scripts, or the other way round?