Salut à tous,
Vous avez peut-être, comme moi, fait votre mise à jour quotidienne sous Testing/Sid pour découvrir ce message avec la mise à jour de systemd :
systemd (231-1) unstable; urgency=low
This version drops support for running /etc/rcS.d SysV init scripts.
These are prone to cause dependency loops, and almost all Debian packages
with rcS scripts now ship a native systemd service. If you have custom or
third-party rcS scripts you need to convert them; see this page for
details: https://wiki.debian.org/Teams/pkg-systemd/rcSMigration.
– Martin Pitt mpitt@debian.org Thu, 14 Jul 2016 12:54:34 +0200
Vous voilà donc avertis : si vous avez écrit vous-même un script d’init SysV, il ne s’exécutera plus au prochain boot (testé et approuvé) ! À vous de le convertir à systemd. Pour ça, quelques liens utiles :
- http://linuxfr.org/news/systemd-pour-les-administrateurs-parties-3-4-et-5#partie-3-convertir-un-script-dinit-sysv-en-fichier-de-service-systemd
- http://unix.stackexchange.com/questions/47695/how-to-write-startup-script-for-systemd
- http://0pointer.de/public/systemd-man/systemd.unit.html
- http://0pointer.de/public/systemd-man/systemd.service.html
- http://0pointer.de/public/systemd-man/systemd.exec.html