starman@programming.dev to Linux@lemmy.ml · 1 year agoSystemd wants to expand to include a sudo replacementoutpost.fosspost.orgexternal-linkmessage-square261fedilinkarrow-up1339arrow-down115
arrow-up1324arrow-down1external-linkSystemd wants to expand to include a sudo replacementoutpost.fosspost.orgstarman@programming.dev to Linux@lemmy.ml · 1 year agomessage-square261fedilink
minus-squarenotabot@lemm.eelinkfedilinkarrow-up2·1 year agoDebian works fine without systemd too, there’s a page on the wiki on how to install without it, or remove it after the fact.
minus-squarercbrk@lemmy.mllinkfedilinkarrow-up1·1 year agoEasy with sudo apt remove --purge --allow-remove-essential --auto-remove systemd: :-D Time to go outside.
minus-squarejkrtn@lemmy.mllinkfedilinkarrow-up1·1 year agoA lot of debs add services to systemd, do those just skip that part?
minus-squarenotabot@lemm.eelinkfedilinkarrow-up1·1 year agoThey seem to. Debian explicitly supports multiple init systems, sysvinit being the primary alternative, so packages have to handle systemd-init not being there.
Debian works fine without systemd too, there’s a page on the wiki on how to install without it, or remove it after the fact.
Easy with
sudo apt remove --purge --allow-remove-essential --auto-remove systemd
::-D Time to go outside.
A lot of debs add services to systemd, do those just skip that part?
They seem to. Debian explicitly supports multiple init systems, sysvinit being the primary alternative, so packages have to handle systemd-init not being there.