Introduction How to replace systemd with sysvinit on debian systems: Debian 8 "Jessie" comes shipped with systemd as defa...
Introduction
How to replace systemd with sysvinit on debian systems:
Debian 8 "Jessie" comes shipped with systemd as default init system; a lot of people don't want to use it and go back to the traditional sysvinit.
The following commands completely remove systemd and install sysvinit (all commands need to be executed with root privileges).
Steps (4 total)
apt-get install sysvinit-core sysvinit sysvinit-utils
apt-get remove --purge --auto-remove systemd
echo -e 'Package: systemd\nPin: origin ""\nPin-Priority: -1' > /etc/apt/preferences.d/systemd
No comments
Post a Comment