mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-03-07 22:52:11 +01:00
10 lines
158 B
Bash
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
|
|
}
|