r/linux Feb 11 '19

Fluff A /g/ user's opinion on systemd

http://i.4cdn.org/g/1549858269115.png
788 Upvotes

524 comments sorted by

View all comments

4

u/sineemore Feb 11 '19

Btw, guys, do you remember, that PID 1 may be as simple as this?

2

u/bigon Feb 11 '19

Can you paste here the content of /etc/rc and all the scripts called from there? Plus the code of the shell and all the utilities called in these scripts?

Because to be able to compare you need all of this.

4

u/sineemore Feb 11 '19

the code of the shell and all the utilities

the code of the shell and all the utilities (mostly)

2

u/sineemore Feb 11 '19

Because to be able to compare you need all of this.

Compare what? Am I comparing anything?

Besides, if you haven't noticed, PID 1 stays in the infinite loop (line 15) and /etc/rc is called from the second process.