• # systemd-login

    Posté par . En réponse au journal Ubuntu 14.04 LTS : Pourquoi il vaudrait mieux ne pas du tout s'en servir. Évalué à 7. Dernière modification le 29 avril 2014 à 21:59.

    Il n'y a pas qu'Ubuntu qui fournis systemd-logind avec un init classique:

     $ lsb_release -r -d -c
     Description: Debian GNU/Linux unstable (sid)
     Release: unstable
     Codename: sid
     $ dpkg -S /sbin/init
     sysvinit-core: /sbin/init
     $ dpkg -S /lib/systemd/systemd-logind
     systemd: /lib/systemd/systemd-logind
     $ sudo ls -l /proc/1/exe
     lrwxrwxrwx 1 root root 0 avril 28 09:15 /proc/1/exe -> /sbin/init
     $ pidof systemd-logind
     2723
     $ dmesg |grep systemd-logind |tail
     [67305.464386] systemd-logind[2723]: Removed session c49.
     [67305.591322] systemd-logind[2723]: New session c50 of user nico.
     [67310.444139] systemd-logind[2723]: Removed session c50.
     [67318.269359] systemd-logind[2723]: New session c51 of user nico.
     [67318.269871] systemd-logind[2723]: Lid opened.
     [67318.269919] systemd-logind[2723]: Operation finished.