diff options
-rw-r--r-- | meta-networking/recipes-support/ntp/ntp/ntpd.service | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/meta-networking/recipes-support/ntp/ntp/ntpd.service b/meta-networking/recipes-support/ntp/ntp/ntpd.service index 0e3d7cd37b..d793db4a78 100644 --- a/meta-networking/recipes-support/ntp/ntp/ntpd.service +++ b/meta-networking/recipes-support/ntp/ntp/ntpd.service | |||
@@ -3,9 +3,8 @@ Description=Network Time Service | |||
3 | After=network.target | 3 | After=network.target |
4 | 4 | ||
5 | [Service] | 5 | [Service] |
6 | Type=forking | 6 | Type=simple |
7 | PIDFile=/run/ntpd.pid | 7 | ExecStart=/usr/sbin/ntpd -u ntp:ntp -n -g |
8 | ExecStart=/usr/sbin/ntpd -u ntp:ntp -p /run/ntpd.pid -g | ||
9 | 8 | ||
10 | [Install] | 9 | [Install] |
11 | WantedBy=multi-user.target | 10 | WantedBy=multi-user.target |