aboutsummaryrefslogtreecommitdiffstats
path: root/testing/dante/sockd.initd
diff options
context:
space:
mode:
Diffstat (limited to 'testing/dante/sockd.initd')
-rw-r--r--testing/dante/sockd.initd19
1 files changed, 0 insertions, 19 deletions
diff --git a/testing/dante/sockd.initd b/testing/dante/sockd.initd
deleted file mode 100644
index f77df213ee..0000000000
--- a/testing/dante/sockd.initd
+++ /dev/null
@@ -1,19 +0,0 @@
-#!/sbin/openrc-run
-#
-# startup script for sockd daemon
-#
-
-depend() {
- need net
- after firewall
- provide sockd
- use dns
-}
-
-command=/usr/sbin/sockd
-pidfile=/var/run/${SVCNAME}.pid
-command_args="${SOCKD_OPTS}"
-
-start_pre() {
- $command -V
-}