All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-networking][PATCH] ntp: make daemon run under ntp:ntp
@ 2014-10-28  3:27 Qi.Chen
  2014-10-28 10:46 ` Andreas Müller
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Qi.Chen @ 2014-10-28  3:27 UTC (permalink / raw)
  To: openembedded-devel

From: Chen Qi <Qi.Chen@windriver.com>

Fix the service so that the ntpd daemon is run under ntp:ntp.

Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
---
 meta-networking/recipes-support/ntp/ntp/ntpd.service | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-networking/recipes-support/ntp/ntp/ntpd.service b/meta-networking/recipes-support/ntp/ntp/ntpd.service
index b7c4268..0e3d7cd 100644
--- a/meta-networking/recipes-support/ntp/ntp/ntpd.service
+++ b/meta-networking/recipes-support/ntp/ntp/ntpd.service
@@ -5,7 +5,7 @@ After=network.target
 [Service]
 Type=forking
 PIDFile=/run/ntpd.pid
-ExecStart=/usr/sbin/ntpd -p /run/ntpd.pid -g
+ExecStart=/usr/sbin/ntpd -u ntp:ntp -p /run/ntpd.pid -g
 
 [Install]
 WantedBy=multi-user.target
-- 
1.9.1



^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2014-11-04 20:10 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-10-28  3:27 [meta-networking][PATCH] ntp: make daemon run under ntp:ntp Qi.Chen
2014-10-28 10:46 ` Andreas Müller
2014-10-28 11:17   ` Peter A. Bigot
2014-10-28 11:23 ` Koen Kooi
2014-10-28 11:28   ` Peter A. Bigot
2014-11-04 20:10 ` Joe MacDonald

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.