starman@programming.dev to Linux@lemmy.ml · 8 months agoSystemd wants to expand to include a sudo replacementoutpost.fosspost.orgexternal-linkmessage-square256fedilinkarrow-up1215arrow-down18
arrow-up1207arrow-down1external-linkSystemd wants to expand to include a sudo replacementoutpost.fosspost.orgstarman@programming.dev to Linux@lemmy.ml · 8 months agomessage-square256fedilink
minus-squarenotabot@lemm.eelinkfedilinkarrow-up2·8 months 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-squarejkrtn@lemmy.mllinkfedilinkarrow-up1·8 months agoA lot of debs add services to systemd, do those just skip that part?
minus-squarercbrk@lemmy.mllinkfedilinkarrow-up1·8 months agoEasy with sudo apt remove --purge --allow-remove-essential --auto-remove systemd: :-D Time to go outside.
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.
A lot of debs add services to systemd, do those just skip that part?
Easy with
sudo apt remove --purge --allow-remove-essential --auto-remove systemd
::-D Time to go outside.