Quantcast
Channel: Raspberry Pi Forums
Viewing all articles
Browse latest Browse all 8037

Raspberry Pi OS • Re: Systemd AND systemd-sysv

$
0
0
At a guess it's for back compatibility for software that only knows about sysV init and not about systemd.

At another guess, something on your system (no, I don't know what) is using/expecting sysV init.

You'll need to provide more information as to how your system is "f******ed up" for more precise advice.
hello

Code:

runlevel 
command reports i am running at level 3
the systemd just starts the lightdm.service runlevel something about 5

the /etc/rc3.d reports a bunch of services similar to systemd like lightdm rsync sudo with the SXXX meaning its marked for
start

and lastly the

Code:

ps aux | grep init 
reports init as always 1

but why?

if we kill the 1 by using

Code:

sudo kill 1 
and re-type the ps aux | grep init

we see something like systemd 1 with some serialize things around

can someone tell why this happening and the both needed ? and where
and why ?

Thanks

Statistics: Posted by acheron_oscura — Wed Jul 23, 2025 5:02 pm



Viewing all articles
Browse latest Browse all 8037

Trending Articles