aboutsummaryrefslogtreecommitdiffstats
path: root/community/ddnsc/ddnsc.initd
diff options
context:
space:
mode:
Diffstat (limited to 'community/ddnsc/ddnsc.initd')
-rw-r--r--community/ddnsc/ddnsc.initd10
1 files changed, 10 insertions, 0 deletions
diff --git a/community/ddnsc/ddnsc.initd b/community/ddnsc/ddnsc.initd
new file mode 100644
index 00000000000..b8e9245fc51
--- /dev/null
+++ b/community/ddnsc/ddnsc.initd
@@ -0,0 +1,10 @@
+#!/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
+}