summaryrefslogtreecommitdiff
path: root/community/chrony/service
blob: 3a012ffac17406f0501b6b559d79ddfe688bcca5 (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
PIDFile=/var/run/chronyd.pid

[Install]
WantedBy=multi-user.target