diff options
Diffstat (limited to 'libexec/rc/rc.d/ugidfw')
-rwxr-xr-x | libexec/rc/rc.d/ugidfw | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libexec/rc/rc.d/ugidfw b/libexec/rc/rc.d/ugidfw index 852c04bc216f..13b20c45ee29 100755 --- a/libexec/rc/rc.d/ugidfw +++ b/libexec/rc/rc.d/ugidfw @@ -48,4 +48,8 @@ ugidfw_stop() } load_rc_config $name + +# doesn't make sense to run in a svcj: nojail keyword +ugidfw_svcj="NO" + run_rc_command "$1" |