summaryrefslogtreecommitdiff
path: root/staging/ntp/ntpd.service
diff options
context:
space:
mode:
Diffstat (limited to 'staging/ntp/ntpd.service')
-rw-r--r--staging/ntp/ntpd.service12
1 files changed, 0 insertions, 12 deletions
diff --git a/staging/ntp/ntpd.service b/staging/ntp/ntpd.service
deleted file mode 100644
index e0cbf879e..000000000
--- a/staging/ntp/ntpd.service
+++ /dev/null
@@ -1,12 +0,0 @@
-[Unit]
-Description=Network Time Service
-After=network.target
-
-[Service]
-Type=forking
-PIDFile=/run/ntpd.pid
-EnvironmentFile=/etc/conf.d/ntpd.conf
-ExecStart=/usr/bin/ntpd $NTPD_ARGS -p /run/ntpd.pid
-
-[Install]
-WantedBy=multi-user.target