summaryrefslogtreecommitdiff
path: root/net-misc/chrony/files/chronyd.service-r2
diff options
context:
space:
mode:
Diffstat (limited to 'net-misc/chrony/files/chronyd.service-r2')
-rw-r--r--net-misc/chrony/files/chronyd.service-r212
1 files changed, 12 insertions, 0 deletions
diff --git a/net-misc/chrony/files/chronyd.service-r2 b/net-misc/chrony/files/chronyd.service-r2
new file mode 100644
index 000000000000..90255675c838
--- /dev/null
+++ b/net-misc/chrony/files/chronyd.service-r2
@@ -0,0 +1,12 @@
+[Unit]
+Description=Chrony Network Time Service
+After=ntpdate.service sntp.service network.target
+Conflicts=ntpd.service systemd-timesyncd.service
+
+[Service]
+Type=forking
+ExecStart=/usr/sbin/chronyd
+PIDFile=/run/chronyd.pid
+
+[Install]
+WantedBy=multi-user.target