]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blob - pkgs/ntp/ntp.init
systemd: Symlink binary to /sbin/init to use systemd as default init system.
[people/ms/ipfire-3.x.git] / pkgs / ntp / ntp.init
1 description "Start system time daemon"
2 author "IPFire Team"
3
4 start on started network
5 stop on kill-all-network-services or stopping network
6
7 exec /usr/sbin/ntpd -4 -n -c /etc/ntp.conf
8 respawn