aboutsummaryrefslogtreecommitdiff
path: root/libexec/rc/rc.d/watchdogd
diff options
context:
space:
mode:
Diffstat (limited to 'libexec/rc/rc.d/watchdogd')
-rwxr-xr-xlibexec/rc/rc.d/watchdogd4
1 files changed, 4 insertions, 0 deletions
diff --git a/libexec/rc/rc.d/watchdogd b/libexec/rc/rc.d/watchdogd
index 7565d8bcd94d..6cd37b8c5ceb 100755
--- a/libexec/rc/rc.d/watchdogd
+++ b/libexec/rc/rc.d/watchdogd
@@ -88,4 +88,8 @@ watchdogd_poststop()
}
load_rc_config $name
+
+# doesn't make sense to run in a svcj: privileged operations
+watchdogd_svcj="NO"
+
run_rc_command "$1"