aboutsummaryrefslogtreecommitdiff
path: root/libexec/rc/rc.d/newsyslog
diff options
context:
space:
mode:
Diffstat (limited to 'libexec/rc/rc.d/newsyslog')
-rwxr-xr-xlibexec/rc/rc.d/newsyslog4
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"