- Joined
- Mar 4, 2026
- Messages
- 238
Slackware>Void>Gentoo>Devuan>ArtixWith all of the renewed controversy over System Disease, I'm tempted to switch back to Void Linux, which I haven't used for some years.
pkgtools>xbps>portage>apt>pacman
the best init you can use on Artix is OpenRC. It's neat enough for you to rc-update delete udev, elogind and dbus
Devuan lets you use SysVinit which is ideal, you run
and edit /etc/rc.local manually
In Gentoo things are simpler, you write USE="-udev -elogind -dbus"
Void takes it a step further you rm the symlinks for udev, elogind and dbus from /var/service/
Slackware is the best because you simply run chmod -x /etc/rc.d/rc.udev, chmod -x /etc/rc.d/rc.elogind, and rc.messagebus can be disabled in initialisation but just make sure its executable bit is also flipped off.
Devuan lets you use SysVinit which is ideal, you run
ln -sf /bin/true /usr/sbin/update-rc.dln -sf /bin/true /usr/sbin/invoke-rc.dfind /etc/rc?.d/ -type l -deletefind /etc/rc?.d/ -name "*udev*" -deletefind /etc/rc?.d/ -name "*elogind*" -deletefind /etc/rc?.d/ -name "*dbus*" -deleteand edit /etc/rc.local manually
In Gentoo things are simpler, you write USE="-udev -elogind -dbus"
Void takes it a step further you rm the symlinks for udev, elogind and dbus from /var/service/
Slackware is the best because you simply run chmod -x /etc/rc.d/rc.udev, chmod -x /etc/rc.d/rc.elogind, and rc.messagebus can be disabled in initialisation but just make sure its executable bit is also flipped off.