summaryrefslogtreecommitdiff
path: root/net-dns/dyndnsc/files
diff options
context:
space:
mode:
authorKarel Kočí <cynerd@email.cz>2020-08-08 21:03:07 +0200
committerKarel Kočí <cynerd@email.cz>2020-08-08 21:03:07 +0200
commit842c3c3f9b396843c75cd9796b47ad4231016f62 (patch)
tree85da36eb149cb3c808f8b2e5717145de5952d1fd /net-dns/dyndnsc/files
parent479925c2b7cc2b6ce951f0cb55fe11d8b738bcc0 (diff)
downloadgentoo-personal-overlay-842c3c3f9b396843c75cd9796b47ad4231016f62.tar.gz
gentoo-personal-overlay-842c3c3f9b396843c75cd9796b47ad4231016f62.tar.bz2
gentoo-personal-overlay-842c3c3f9b396843c75cd9796b47ad4231016f62.zip
net-dns/dyndnsc: fix broken build and add init
Diffstat (limited to 'net-dns/dyndnsc/files')
-rwxr-xr-xnet-dns/dyndnsc/files/dyndnsc.init6
1 files changed, 6 insertions, 0 deletions
diff --git a/net-dns/dyndnsc/files/dyndnsc.init b/net-dns/dyndnsc/files/dyndnsc.init
new file mode 100755
index 0000000..bf7c419
--- /dev/null
+++ b/net-dns/dyndnsc/files/dyndnsc.init
@@ -0,0 +1,6 @@
+#!/sbin/openrc-run
+
+description="Dynamic dns update client"
+supervisor="supervise-daemon"
+command="dyndnsc"
+command_args="--config /etc/dyndnsc.init --loop"