18303 shaares
1707 private links
1707 private links
9 results
tagged
systemd
systemd-analyze plot > boot.svg
Génération d'un graphique complet d'historique du boot, miam.
Systemd and init have pid = 1
pidof /sbin/init && echo "sysvinit" || echo "other"
Check for systemd
pidof systemd && echo "systemd" || echo "other"