diff options
author | Jakub Jirutka <jakub@jirutka.cz> | 2019-12-06 23:00:29 +0100 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2019-12-07 01:41:34 +0100 |
commit | ba65b89c8c981eff836d63ea7e905f73de6f303a (patch) | |
tree | f7e79019ef4f98ec1034ab1a845463c229284b73 /testing/kea/kea-ctrl-agent.initd | |
parent | 12a6f205a30e6171332bc5ea45d4f7ac1c087003 (diff) | |
download | aports-ba65b89c8c981eff836d63ea7e905f73de6f303a.tar.bz2 aports-ba65b89c8c981eff836d63ea7e905f73de6f303a.tar.xz |
testing/kea: DRY initd files
Diffstat (limited to 'testing/kea/kea-ctrl-agent.initd')
-rw-r--r-- | testing/kea/kea-ctrl-agent.initd | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/testing/kea/kea-ctrl-agent.initd b/testing/kea/kea-ctrl-agent.initd deleted file mode 100644 index b916dff010..0000000000 --- a/testing/kea/kea-ctrl-agent.initd +++ /dev/null @@ -1,12 +0,0 @@ -#!/sbin/openrc-run - -name="kea-ctrl-agent" -command="/usr/sbin/kea-ctrl-agent" -command_args="-c /etc/kea/kea-ctrl-agent.conf" -command_background="yes" -pidfile="/run/kea-ctrl-agent.pid" - -depend() { - need net - after firewall -} |