diff options
Diffstat (limited to 'libexec/rc/rc.d/sysctl_lastload')
-rwxr-xr-x | libexec/rc/rc.d/sysctl_lastload | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libexec/rc/rc.d/sysctl_lastload b/libexec/rc/rc.d/sysctl_lastload index 335bd9cdc1bc..6d97561ed2c0 100755 --- a/libexec/rc/rc.d/sysctl_lastload +++ b/libexec/rc/rc.d/sysctl_lastload @@ -14,4 +14,8 @@ start_cmd="/etc/rc.d/sysctl lastload" stop_cmd=":" load_rc_config $name + +# doesn't make sense to run in a svcj: config setting +sysctl_lastload_svcj="NO" + run_rc_command "$1" |