ansible-alpine-host/templates/etc/init.d/ntpd.j2

10 lines
116 B
Plaintext
Raw Permalink Normal View History

2022-06-19 05:48:44 +00:00
#!/sbin/openrc-run
2022-09-26 19:04:32 +00:00
command="/usr/sbin/ntpd"
pidfile="/var/run/ntpd.pid"
command_args="-g"
2022-06-19 05:48:44 +00:00
depend() {
need net
}