aports/testing/htpdate/htpdate.initd
2024-11-13 19:24:01 +00:00

10 lines
158 B
Bash

#!/sbin/openrc-run
pidfile=/run/htpdate.pid
command=/usr/sbin/htpdate
command_args="-D -i $pidfile $HTP_OPTIONS $HTP_SERVERS"
depend() {
need net
}