starman@programming.dev to Linux@lemmy.ml · il y a 2 ansSystemd wants to expand to include a sudo replacementoutpost.fosspost.orgexternal-linkmessage-square233fedilinkarrow-up1338 cross-posted to: linux@programming.dev
arrow-up1338external-linkSystemd wants to expand to include a sudo replacementoutpost.fosspost.orgstarman@programming.dev to Linux@lemmy.ml · il y a 2 ansmessage-square233fedilink cross-posted to: linux@programming.dev
minus-square0x0@programming.devlinkfedilinkarrow-up7·il y a 2 ansGentoo, Slackware and Devuan can be used without svchost for linux. They’ll only stop when they rebrand it to systemd OS.
minus-squarelemmyreader@lemmy.mllinkfedilinkEnglisharrow-up9·il y a 2 ans Gentoo, Slackware and Devuan can be used without svchost for linux. https://nosystemd.org has a list for more choice for readers.
minus-squarenotabot@lemm.eelinkfedilinkarrow-up2·il y a 2 ansDebian 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·il y a 2 ansA lot of debs add services to systemd, do those just skip that part?
minus-squarenotabot@lemm.eelinkfedilinkarrow-up1·il y a 2 ansThey seem to. Debian explicitly supports multiple init systems, sysvinit being the primary alternative, so packages have to handle systemd-init not being there.
minus-squarercbrk@lemmy.mllinkfedilinkarrow-up1·il y a 2 ansEasy with sudo apt remove --purge --allow-remove-essential --auto-remove systemd: :-D Time to go outside.
Gentoo, Slackware and Devuan can be used without svchost for linux.
They’ll only stop when they rebrand it to systemd OS.
https://nosystemd.org has a list for more choice for readers.
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?
They seem to. Debian explicitly supports multiple init systems, sysvinit being the primary alternative, so packages have to handle systemd-init not being there.
Easy with
sudo apt remove --purge --allow-remove-essential --auto-remove systemd::-D Time to go outside.