Commit a1edcf68 authored by Alessandro Rubini's avatar Alessandro Rubini

userspace: inittab: fix rsyslog invocation

rsyslogd forks and daemonizes by default. So we can't "respawn" from
inittab. The option to avoid forking also prints massive diagnostic
information, so let's fire it once only.
Signed-off-by: Alessandro Rubini's avatarAlessandro Rubini <rubini@gnudd.com>
parent 8b1fd25e
......@@ -28,7 +28,7 @@ ttyGS0::respawn:/bin/ash --login
ttyS0::respawn:/bin/ash --login
# Logging junk
null::respawn:/usr/sbin/rsyslogd
null::sysinit:/usr/sbin/rsyslogd
# Stuff to do before rebooting
null::shutdown:/usr/bin/killall rsyslogd
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment