diff options
-rw-r--r-- | meta-networking/recipes-support/ntp/ntp/ntpd.service | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-networking/recipes-support/ntp/ntp/ntpd.service b/meta-networking/recipes-support/ntp/ntp/ntpd.service index b7c4268646..0e3d7cd37b 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 | |||
5 | [Service] | 5 | [Service] |
6 | Type=forking | 6 | Type=forking |
7 | PIDFile=/run/ntpd.pid | 7 | PIDFile=/run/ntpd.pid |
8 | ExecStart=/usr/sbin/ntpd -p /run/ntpd.pid -g | 8 | ExecStart=/usr/sbin/ntpd -u ntp:ntp -p /run/ntpd.pid -g |
9 | 9 | ||
10 | [Install] | 10 | [Install] |
11 | WantedBy=multi-user.target | 11 | WantedBy=multi-user.target |