From: Schantl Stefan Date: Sat, 5 Jun 2010 16:25:40 +0000 (+0200) Subject: ntp: Disable forking in upstart jobile. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b355316be4388398acd4e521bf791c137cb5dce0;p=ipfire-3.x.git ntp: Disable forking in upstart jobile. The ntpd can't stopped correctly from upstart if the process is allowed to fork itself. --- diff --git a/pkgs/core/ntp/ntp.init b/pkgs/core/ntp/ntp.init index 748474985..d47a5c6a5 100644 --- a/pkgs/core/ntp/ntp.init +++ b/pkgs/core/ntp/ntp.init @@ -4,6 +4,5 @@ author "IPFire Team" start on started network stop on stopping network -exec /usr/sbin/ntpd -4 -c /etc/ntp.conf -expect daemon +exec /usr/sbin/ntpd -4 -n -c /etc/ntp.conf respawn