diff options
Diffstat (limited to 'libexec/rc/rc.d/newsyslog')
-rwxr-xr-x | libexec/rc/rc.d/newsyslog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libexec/rc/rc.d/newsyslog b/libexec/rc/rc.d/newsyslog index 9434bb8e12ec..9b959bfabe85 100755 --- a/libexec/rc/rc.d/newsyslog +++ b/libexec/rc/rc.d/newsyslog @@ -23,4 +23,8 @@ newsyslog_start() } load_rc_config $name + +# doesn't make sense to run in a svcj: needs to send signals outside the svcj +newsyslog_svcj="NO" + run_rc_command "$1" |