diff options
Diffstat (limited to 'libexec/rc/rc.d/apm')
-rwxr-xr-x | libexec/rc/rc.d/apm | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libexec/rc/rc.d/apm b/libexec/rc/rc.d/apm index b2bde4d32d1c..3187f41c3a50 100755 --- a/libexec/rc/rc.d/apm +++ b/libexec/rc/rc.d/apm @@ -43,4 +43,8 @@ apm_status() } load_rc_config $name + +# doesn't make sense to run in a svcj: nojail keyword +apm_svcj="NO" + run_rc_command "$1" |