Skip to content
Snippets Groups Projects
Commit a1edcf68 authored by Alessandro Rubini's avatar Alessandro Rubini
Browse files

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: default avatarAlessandro Rubini <rubini@gnudd.com>
parent 8b1fd25e
Branches
Tags
No related merge requests found
......@@ -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
......
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