What init system do you use on MX, the default (sysVinit) or systemd?

What init system do you use on MX, the default (sysVinit) or systemd?

default (sysVinit)
113
88%
systemd
7
5%
sometimes one, sometime other
4
3%
what is an init system?
4
3%
 
Total votes: 128

Message
Author
User avatar
beardedragon
Posts: 165
Joined: Wed Mar 27, 2019 11:26 pm

Re: What init system do you use on MX, the default (sysVinit) or systemd?

#51 Post by beardedragon »

Head_on_a_Stick wrote: Sat Apr 20, 2019 10:23 am
beardedragon wrote: Sat Apr 20, 2019 8:01 am sudo dpkg -S /sbin/init
That won't work with MX because the systemd-sysv package isn't installed, a kernel parameter is used to boot with systemd instead of sysvinit.

This will work though:

Code: Select all

cat /proc/1/comm
For example, I've just installed MX and I'm running systemd as PID1 so I see

Code: Select all

empty@mx:~ $ dpkg -S /sbin/init
sysvinit-core: /sbin/init
empty@mx:~ $ cat /proc/1/comm
systemd
empty@mx:~ $
bob@mx:~
$ cat /proc/1/comm
init
Rule #1 Backup Everything
Rule #2 Read Rule #1

User avatar
timkb4cq
Developer
Posts: 3595
Joined: Wed Jul 12, 2006 4:05 pm

Re: What init system do you use on MX, the default (sysVinit) or systemd?

#52 Post by timkb4cq »

Of even simpler

Code: Select all

ps 1
HP Pavillion TP01, AMD Ryzen 3 5300G (quad core), Crucial 500GB SSD, Toshiba 6TB 7200rpm
Dell Inspiron 15, AMD Ryzen 7 2700u (quad core). Sabrent 500GB nvme, Seagate 1TB

User avatar
beardedragon
Posts: 165
Joined: Wed Mar 27, 2019 11:26 pm

Re: What init system do you use on MX, the default (sysVinit) or systemd?

#53 Post by beardedragon »

bob@mx:~
$ ps 1
PID TTY STAT TIME COMMAND
1 ? Ss 0:00 init [5]
Rule #1 Backup Everything
Rule #2 Read Rule #1

User avatar
Richard
Posts: 1590
Joined: Fri Dec 12, 2008 9:31 am

Re: What init system do you use on MX, the default (sysVinit) or systemd?

#54 Post by Richard »

$ inxi -Ix

That's a -capital i
Thinkpad T430 & Dell Latitude E7450, both with MX-21.3.1
__kernal 5.10.0-26-amd64 x86_64; Xfce-4.18.0; 8 GB RAM
__Intel Core i5-3380M, Graphics, Audio, Video; & SSDs.
HP Ryzen 5 17-cp3xxx with MX23.4 AHS & Liquorix 6.10-12~mx23ahs amd64

newguy
Posts: 27
Joined: Tue Dec 12, 2017 7:16 pm

Re: What init system do you use on MX, the default (sysVinit) or systemd?

#55 Post by newguy »

As the upstream dev for sysvinit, it's nice to see lots of people still find it useful.

User avatar
Jerry3904
Administrator
Posts: 23242
Joined: Wed Jul 19, 2006 6:13 am

Re: What init system do you use on MX, the default (sysVinit) or systemd?

#56 Post by Jerry3904 »

And are grateful for your work!
Production: 5.10, MX-23 Xfce, AMD FX-4130 Quad-Core, GeForce GT 630/PCIe/SSE2, 16 GB, SSD 120 GB, Data 1TB
Personal: Lenovo X1 Carbon with MX-23 Fluxbox
Other: Raspberry Pi 5 with MX-23 Xfce Raspberry Pi Respin

User avatar
KBD
Posts: 959
Joined: Sun Jul 03, 2011 7:52 pm

Re: What init system do you use on MX, the default (sysVinit) or systemd?

#57 Post by KBD »

Much appreciate your work newguy!

User avatar
Richard
Posts: 1590
Joined: Fri Dec 12, 2008 9:31 am

Re: What init system do you use on MX, the default (sysVinit) or systemd?

#58 Post by Richard »

Thanks, "new guy".
Many of us are eternally grateful
for your maintenance of sysVinit.
Thinkpad T430 & Dell Latitude E7450, both with MX-21.3.1
__kernal 5.10.0-26-amd64 x86_64; Xfce-4.18.0; 8 GB RAM
__Intel Core i5-3380M, Graphics, Audio, Video; & SSDs.
HP Ryzen 5 17-cp3xxx with MX23.4 AHS & Liquorix 6.10-12~mx23ahs amd64

User avatar
anticapitalista
Developer
Posts: 4299
Joined: Sat Jul 15, 2006 10:40 am

Re: What init system do you use on MX, the default (sysVinit) or systemd?

#59 Post by anticapitalista »

newguy wrote: Tue Apr 23, 2019 3:05 pm As the upstream dev for sysvinit, it's nice to see lots of people still find it useful.
More than useful IMO - keep up your great work on sysvinit
anticapitalista
Reg. linux user #395339.

Philosophers have interpreted the world in many ways; the point is to change it.

antiX with runit - lean and mean.
https://antixlinux.com

User avatar
baldyeti
Posts: 717
Joined: Sat Dec 05, 2009 3:37 pm

Re: What init system do you use on MX, the default (sysVinit) or systemd?

#60 Post by baldyeti »

Thanks newguy. As an old-timer who's learned the runlevel-based startup system with SysVr3 i am glad the knowledge still applies. Systemd is not as aggravating as it once was, but MX sure demonstrates it does not boot any faster than its time-tested predecessor.

Post Reply

Return to “General”