aports/community/ddnsc/ddnsc.initd
2021-11-08 08:05:50 +00:00

11 lines
198 B
Plaintext

#!/sbin/openrc-run
name="$SVCNAME"
command="/usr/bin/python3 /usr/share/ddnsc/ddnsc.py"
pidfile="/var/run/$SVCNAME.pid"
command_background=true
depend() {
need net
after firewall
}