18303 shaares
1707 private links
1707 private links
Systemd and init have pid = 1
pidof /sbin/init && echo "sysvinit" || echo "other"
Check for systemd
pidof systemd && echo "systemd" || echo "other"
Systemd and init have pid = 1
pidof /sbin/init && echo "sysvinit" || echo "other"
Check for systemd
pidof systemd && echo "systemd" || echo "other"