diff options
Diffstat (limited to 'libexec/rc/rc.d/ntpd')
| -rwxr-xr-x | libexec/rc/rc.d/ntpd | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libexec/rc/rc.d/ntpd b/libexec/rc/rc.d/ntpd index 76d83149ae1a..e7e42da8acc7 100755 --- a/libexec/rc/rc.d/ntpd +++ b/libexec/rc/rc.d/ntpd @@ -28,6 +28,9 @@ pidfile="${_ntp_default_dir}/${name}.pid" load_rc_config $name +# doesn't make sense to run in a svcj: nojail keyword +ntpd_svcj="NO" + leapfile_is_disabled() { # Return true (0) if automatic leapfile handling is disabled. case "$ntp_db_leapfile" in |
