this post was submitted on 02 Jul 2026
51 points (96.4% liked)

Linux

14221 readers
933 users here now

A community for everything relating to the GNU/Linux operating system (except the memes!)

Also, check out:

Original icon base courtesy of lewing@isc.tamu.edu and The GIMP

founded 3 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] shrugs@piefed.social 1 points 1 day ago

funny, I also started around 2000 with Linux, so we have the same time under our belt. I remember doing manually dependency resolving downloading packages from freshmeat.net

Let's be honest, I hated that "/etc/init.d/apache2 start" went obsolete, muscle memory and habit are a bitch, but you have to move on sometimes. Otherwise, are you really arguing that some obscure start-stop-daemon wrapper that sometimes worked and sometimes didn't, because they were created for suse not redhat were superior?

systemd monitors the daemons, can show you used cpu time, can start daemons depending of if the system is connected to ac or uses battery or if a port got a magic package, it know which resources a service needs and much more, all without needing to manually write scripts. Do we really compare that to some scripts with bullshittery like:

case $1 in
  start):
    start-stop-daemon $service_name
    ;;
  *)
   echo fuck off
   exit 1
   ;;

sorry to be so blunt, and im pretty drunk saying this: sherly you can't be serious, and don't call me sherly.