Results 1 to 3 of 3
in the classic init system, the daemons would show up on the terminal as they were started, how do you get systemd to do this?...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 10-25-2012 #1
systemd - how to list daemons as they start?
in the classic init system, the daemons would show up on the terminal as they were started, how do you get systemd to do this?
- 10-26-2012 #2Trusted Penguin
- Join Date
- May 2011
- Posts
- 3,680
Is graphical boot enabled? Try turning that off temporarily at boot time (at the grub prompt). Reboot the system, and highlight your default kernel and press the "e" key to edit the entry. Arrow down to the line that starts with "linux", press the "End" key to jump to the end of the line (or arrow over there), and erase this portion of the arguments:
then press F10 to boot the kernel. you should now see lots of systems starting up, after the kernel is done loading.Code:rhgb quiet
- 10-26-2012 #3




