aboutsummaryrefslogtreecommitdiffstats
path: root/testing/spampd/spampd.initd
diff options
context:
space:
mode:
Diffstat (limited to 'testing/spampd/spampd.initd')
-rw-r--r--testing/spampd/spampd.initd16
1 files changed, 0 insertions, 16 deletions
diff --git a/testing/spampd/spampd.initd b/testing/spampd/spampd.initd
deleted file mode 100644
index 139830f158..0000000000
--- a/testing/spampd/spampd.initd
+++ /dev/null
@@ -1,16 +0,0 @@
-#!/sbin/openrc-run
-command="/usr/bin/spampd"
-pidfile="/run/${RC_SVCNAME}.pid"
-command_args="-p=$pidfile
- ${user:+-u=$user} ${group:+-g=$group}
- ${host:+--host=$host} ${port:+--port=$port}
- ${sock:+--socket=$sock} ${smod:+--socket-perms=$smod}
- ${rhost:+--relayhost=$rhost} ${rport:+--relayport=$rport}
- ${rsock:+--relaysocket=$rsock}
- $args"
-
-# no reload because HUP does not reload spamassassin configuration
-
-depend() {
- before mta
-}