[Git][NTPsec/ntpsec][master] systemd: Use /usr/sbin

Matt Selsky gitlab at mg.gitlab.com
Mon Nov 27 01:29:43 UTC 2017


Matt Selsky pushed to branch master at NTPsec / ntpsec


Commits:
aa7efef6 by Richard Laager at 2017-11-26T19:10:30-06:00
systemd: Use /usr/sbin

ntpd is installed to /usr/sbin by default.

- - - - -


1 changed file:

- etc/ntpd.service


Changes:

=====================================
etc/ntpd.service
=====================================
--- a/etc/ntpd.service
+++ b/etc/ntpd.service
@@ -1,6 +1,6 @@
 [Unit]
 Description=Network Time Service
-Documentation=man:ntpd(1)
+Documentation=man:ntpd(8)
 Wants=network.target
 ConditionVirtualization=!container
 ConditionCapability=CAP_SYS_TIME
@@ -10,7 +10,7 @@ Conflicts=systemd-timesyncd.service
 [Service]
 Type=forking
 PrivateTmp=true
-ExecStart=/usr/bin/ntpd -g -N -u ntp:ntp
+ExecStart=/usr/sbin/ntpd -g -N -u ntp:ntp
 Restart=always
 
 [Install]



View it on GitLab: https://gitlab.com/NTPsec/ntpsec/commit/aa7efef660fd8dca2dc20f07c558f6099c709df3

---
View it on GitLab: https://gitlab.com/NTPsec/ntpsec/commit/aa7efef660fd8dca2dc20f07c558f6099c709df3
You're receiving this email because of your account on gitlab.com.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.ntpsec.org/pipermail/vc/attachments/20171127/8162dcf3/attachment.html>


More information about the vc mailing list