summaryrefslogtreecommitdiff
path: root/systemd-units/ntpd.service.in
diff options
context:
space:
mode:
Diffstat (limited to 'systemd-units/ntpd.service.in')
-rw-r--r--systemd-units/ntpd.service.in10
1 files changed, 0 insertions, 10 deletions
diff --git a/systemd-units/ntpd.service.in b/systemd-units/ntpd.service.in
deleted file mode 100644
index 7226c872a..000000000
--- a/systemd-units/ntpd.service.in
+++ /dev/null
@@ -1,10 +0,0 @@
-[Unit]
-Description=Keep clock synchronised with NTP
-Before=network.target
-After=ntpd-boot.service
-
-[Service]
-Type=simple
-ExecStart=/usr/sbin/run-ntpd-with-config -n
-Restart=on-failure
-RestartSec=15