Skip to content

Commit

Permalink
busybox: add command_args_foreground to syslogd scripts
Browse files Browse the repository at this point in the history
This allows them to be correctly ran under a supervisor,
such as `supervise-daemon`.
  • Loading branch information
mqqc authored and jsbronder committed Apr 13, 2023
1 parent 58983fe commit bb7b259
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions recipes-appends/oe-core/busybox/busybox-klogd.initd
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ depend() {
}

command_args="${COMMAND_ARGS}"
command_args_foreground="-n"
description="busybox kernel logger"
command="/sbin/klogd"

Expand Down
1 change: 1 addition & 0 deletions recipes-appends/oe-core/busybox/busybox-syslogd.initd
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ depend() {
}

command_args="${COMMAND_ARGS}"
command_args_foreground="-n"
description="busybox system logger"
command="/sbin/syslogd"

Expand Down

0 comments on commit bb7b259

Please sign in to comment.