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 bd87b1ea24..eb9c0308c1 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/bin/ntpd -p /run/ntpd.pid | 8 | ExecStart=/usr/bin/ntpd -p /run/ntpd.pid -g |
| 9 | 9 | ||
| 10 | [Install] | 10 | [Install] |
| 11 | WantedBy=multi-user.target | 11 | WantedBy=multi-user.target |
