Debian : migrer son système sous systemd

Boris HUISGEN
|
# apt-get update
# apt-get install systemd systemd-sysv
# reboot
# ls -al /sbin/init
lrwxrwxrwx 1 root root 20 Apr 23 01:46 /sbin/init -> /lib/systemd/systemd
# apt-get --purge remove sysvinit
Pour activer les logs persistants de journald :
# mkdir /var/log/journal
# chgrp systemd-journal /var/log/journal
# chmod g+rwx /var/log/journal