Facile :
if systemd-notify --booted ; then
# systemd
else
# pas systemd :-)
fi
Pour savoir simplement si systemd n’est pas lancé :
if ! systemd-notify --booted ; thenÀ noter que ça marche très bien si systemd n’est pas installé et que la commande « systemd-notify » n’existe pas.
# pas systemd
fi
Aucun commentaire:
Enregistrer un commentaire