diff options
Diffstat (limited to 'community-testing/chrony/service')
-rw-r--r-- | community-testing/chrony/service | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/community-testing/chrony/service b/community-testing/chrony/service new file mode 100644 index 000000000..8bc8da9d2 --- /dev/null +++ b/community-testing/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 |