summaryrefslogtreecommitdiffstats
path: root/projectroot/lib/systemd/system/ntpd.service
diff options
context:
space:
mode:
Diffstat (limited to 'projectroot/lib/systemd/system/ntpd.service')
-rw-r--r--projectroot/lib/systemd/system/ntpd.service8
1 files changed, 8 insertions, 0 deletions
diff --git a/projectroot/lib/systemd/system/ntpd.service b/projectroot/lib/systemd/system/ntpd.service
new file mode 100644
index 000000000..64fce1cb7
--- /dev/null
+++ b/projectroot/lib/systemd/system/ntpd.service
@@ -0,0 +1,8 @@
+[Unit]
+Description=ntpd
+
+[Service]
+ExecStart=/usr/sbin/ntpd -n -c /etc/ntp-server.conf
+
+[Install]
+WantedBy=multi-user.target