summaryrefslogtreecommitdiff
path: root/community/chrony/service
diff options
context:
space:
mode:
Diffstat (limited to 'community/chrony/service')
-rw-r--r--community/chrony/service10
1 files changed, 10 insertions, 0 deletions
diff --git a/community/chrony/service b/community/chrony/service
new file mode 100644
index 000000000..8bc8da9d2
--- /dev/null
+++ b/community/chrony/service
@@ -0,0 +1,10 @@
+[Unit]
+Description=Chrony Network Time Daemon
+
+[Service]
+Type=forking
+ExecStart=/usr/sbin/chronyd
+PIDFile=/var/run/chronyd.pid
+
+[Install]
+WantedBy=multi-user.target