aboutsummaryrefslogtreecommitdiffstats
path: root/testing/kea/kea-dhcp-ddns.initd
diff options
context:
space:
mode:
authorJakub Jirutka <jakub@jirutka.cz>2019-12-06 23:00:29 +0100
committerJakub Jirutka <jakub@jirutka.cz>2019-12-07 01:41:34 +0100
commitba65b89c8c981eff836d63ea7e905f73de6f303a (patch)
treef7e79019ef4f98ec1034ab1a845463c229284b73 /testing/kea/kea-dhcp-ddns.initd
parent12a6f205a30e6171332bc5ea45d4f7ac1c087003 (diff)
downloadaports-ba65b89c8c981eff836d63ea7e905f73de6f303a.tar.bz2
aports-ba65b89c8c981eff836d63ea7e905f73de6f303a.tar.xz
testing/kea: DRY initd files
Diffstat (limited to 'testing/kea/kea-dhcp-ddns.initd')
-rw-r--r--testing/kea/kea-dhcp-ddns.initd12
1 files changed, 0 insertions, 12 deletions
diff --git a/testing/kea/kea-dhcp-ddns.initd b/testing/kea/kea-dhcp-ddns.initd
deleted file mode 100644
index 4a98a794c6..0000000000
--- a/testing/kea/kea-dhcp-ddns.initd
+++ /dev/null
@@ -1,12 +0,0 @@
-#!/sbin/openrc-run
-
-name="kea-dhcp-ddns"
-command="/usr/sbin/kea-dhcp-ddns"
-command_args="-c /etc/kea/kea-dhcp-ddns.conf"
-command_background="yes"
-pidfile="/run/kea-dhcp-ddns.pid"
-
-depend() {
- need net
- after firewall
-}