Problem seems to be the
"pidof systemd > /dev/null 2>&1
        if [ $? -eq 0 ]; then
"
part. When systemd-sysv is installed, PID 1 is called /sbin/init, not /sbin/systemd. There are no process called systemd running, so pidof returns 1, causes the systemd check to fail.

I will submit a patch when I find a reliable way of detecting systemd.


--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to