18303 shaares
1707 private links
1707 private links
2 results
tagged
init
Rho le joli tableau utile.
Systemd and init have pid = 1
pidof /sbin/init && echo "sysvinit" || echo "other"
Check for systemd
pidof systemd && echo "systemd" || echo "other"