summaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-support/ntp/files/ntpd
diff options
context:
space:
mode:
Diffstat (limited to 'meta-networking/recipes-support/ntp/files/ntpd')
-rwxr-xr-xmeta-networking/recipes-support/ntp/files/ntpd2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-networking/recipes-support/ntp/files/ntpd b/meta-networking/recipes-support/ntp/files/ntpd
index 53fa2d1f2..f1e78aa6d 100755
--- a/meta-networking/recipes-support/ntp/files/ntpd
+++ b/meta-networking/recipes-support/ntp/files/ntpd
@@ -23,7 +23,7 @@ startdaemon(){
23 # this. If ntpd seems to disappear after a while assume TICKADJ 23 # this. If ntpd seems to disappear after a while assume TICKADJ
24 # above is set to a totally incorrect value. 24 # above is set to a totally incorrect value.
25 echo -n "Starting ntpd: " 25 echo -n "Starting ntpd: "
26 start-stop-daemon --start -x /usr/bin/ntpd -- -p /var/run/ntp.pid "$@" 26 start-stop-daemon --start -x /usr/bin/ntpd -- -u ntp:ntp -p /var/run/ntp.pid "$@"
27 echo "done" 27 echo "done"
28} 28}
29stopdaemon(){ 29stopdaemon(){