aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/chrony/init
blob: 12c2fbbf4714cb0aaa40370a44ccaf5d788d9d32 (plain)
1
2
3
4
if [ -f /usr/bin/chronyd -a -f /etc/chrony.conf ]; then
  /usr/bin/chronyd
  echo "Started chronyd"
fi