As opposed to people who want to get rid of systemd, I want to completely and safely remove sysvinit.
I've been using Debian since Debian 7.0 (Wheezy). Currently I'm using Debian 9.0 (Stretch). During one of the system upgrades there was move from sysvinit to systemd.
systemd works fine for me, but I've noticed that system did not removed sysvinit completely.
- Why?
- How can I safely get rid off
sysvinit? Is it safe to remove remains of
sysvinitby:aptitude purge initscripts sysvinit sysvinit-utilsor alternatively:
apt-get remove --purge initscripts sysvinit sysvinit-utils
BTW: AFAIK there is systemd-sysvcompat package (not installed) which probably somehow use sysvinit. I want to avoid problems which can be caused by removing remains of sysvinit which can be still somehow necessary for Debian.