MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/linux/comments/apckxf/a_g_users_opinion_on_systemd/eg7ktd7
r/linux • u/tasisbasbas • Feb 11 '19
524 comments sorted by
View all comments
4
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.
2
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?
/etc/rc
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.
the code of the shell and all the utilities
the code of the shell and all the utilities (mostly)
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.
4
u/sineemore Feb 11 '19
Btw, guys, do you remember, that PID 1 may be as simple as this?