aboutsummaryrefslogtreecommitdiffstats
path: root/main/busybox/ntpd.initd
blob: ad738057da488a05c7137f58fbb86320fe8d265c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/sbin/openrc-run

name="busybox $SVCNAME"
command="/usr/sbin/$SVCNAME"
command_args="${NTPD_OPTS:--N -p pool.ntp.org}"
pidfile="/var/run/$SVCNAME.pid"

depend() {
	need net
	provide ntp-client
	use dns
}