Skip to content

Commit

Permalink
Add systemd service file for chrony
Browse files Browse the repository at this point in the history
  • Loading branch information
Zareen Choudhury committed Jan 25, 2018
1 parent 715f196 commit 720461b
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions chrony_canopy_client.service
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[Unit]
Description = chrony service for canopy client
Conflicts = ntpd.service

[Service]
Type = forking
PIDFile = /var/run/chronyd.pid
ExecStart = /usr/sbin/chronyd -f /etc/chrony/chrony_canopy_client.conf -r -s

0 comments on commit 720461b

Please sign in to comment.