diff options
Diffstat (limited to 'net/openntpd/files/openntpd.in')
-rw-r--r-- | net/openntpd/files/openntpd.in | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/net/openntpd/files/openntpd.in b/net/openntpd/files/openntpd.in index 51092c0dbca3..c6dfb9074c0e 100644 --- a/net/openntpd/files/openntpd.in +++ b/net/openntpd/files/openntpd.in @@ -15,6 +15,11 @@ . /etc/rc.subr +check_process() +{ + /bin/pgrep -f 'ntpd: \[priv\]' +} + name=openntpd rcvar=openntpd_enable |