diff options
Diffstat (limited to 'libexec/rc/rc.d/sdpd')
-rwxr-xr-x | libexec/rc/rc.d/sdpd | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libexec/rc/rc.d/sdpd b/libexec/rc/rc.d/sdpd index 1de7ed5d8fa9..a7bf51ecdc75 100755 --- a/libexec/rc/rc.d/sdpd +++ b/libexec/rc/rc.d/sdpd @@ -21,4 +21,7 @@ group="${sdpd_groupname:-nobody}" user="${sdpd_username:-nobody}" command_args="-c ${control} -g ${group} -u ${user}" +# doesn't make sense to run in a svcj: nojail keyword +sdpd_svcj="NO" + run_rc_command "$1" |