summaryrefslogtreecommitdiff
path: root/community/chrony/service
blob: 8080dd7c202132bdd13cefe3e8d73b011c3c32bb (plain)
1
2
3
4
5
6
7
8
9
10
11
[Unit]
Description=Chrony Network Time Daemon
After=network.target

[Service]
Type=forking
ExecStart=/usr/bin/chronyd -u chrony
PIDFile=/var/run/chronyd.pid

[Install]
WantedBy=multi-user.target