ansible-alpine-host/templates/etc/init.d/ntpd.j2
2022-09-26 16:04:32 -03:00

10 lines
116 B
Django/Jinja
Executable file

#!/sbin/openrc-run
command="/usr/sbin/ntpd"
pidfile="/var/run/ntpd.pid"
command_args="-g"
depend() {
need net
}