]> git.ipfire.org Git - people/arne_f/ipfire-3.x.git/blobdiff - chrony/systemd/chronyd.service
Move all packages to root.
[people/arne_f/ipfire-3.x.git] / chrony / systemd / chronyd.service
diff --git a/chrony/systemd/chronyd.service b/chrony/systemd/chronyd.service
new file mode 100644 (file)
index 0000000..0180982
--- /dev/null
@@ -0,0 +1,13 @@
+[Unit]
+Description=NTP client/server
+After=syslog.target ntpdate.service
+Conflicts=ntpd.service
+
+[Service]
+EnvironmentFile=-/etc/sysconfig/chronyd
+ExecStartPre=/usr/lib/chrony-helper generate-commandkey
+ExecStart=/usr/sbin/chronyd -n -u chrony $OPTIONS
+ExecStartPost=/usr/lib/chrony-helper add-dhclient-servers
+
+[Install]
+WantedBy=multi-user.target