Add rspamd
This commit is contained in:
Executable
+3
@@ -0,0 +1,3 @@
|
||||
#!/bin/execlineb -P
|
||||
|
||||
rspamc uptime
|
||||
@@ -0,0 +1,2 @@
|
||||
redis-instances
|
||||
bind
|
||||
Vendored
+1
@@ -0,0 +1 @@
|
||||
rspamd
|
||||
Vendored
+1
@@ -0,0 +1 @@
|
||||
-f -c /etc/rspamd/rspamd.conf -u rspamd -g rspamd
|
||||
Executable
+3
@@ -0,0 +1,3 @@
|
||||
#!/bin/sh
|
||||
|
||||
/bin/rm -f /var/lib/rspamd/rspamd.sock
|
||||
@@ -0,0 +1 @@
|
||||
3
|
||||
@@ -0,0 +1 @@
|
||||
rspamd-log
|
||||
@@ -0,0 +1,14 @@
|
||||
#!/bin/execlineb -P
|
||||
|
||||
############################################
|
||||
# Start the spam filtering system (rspamd) #
|
||||
############################################
|
||||
|
||||
fdmove -c 2 1
|
||||
s6-envdir env
|
||||
multisubstitute {
|
||||
importas -u CMD CMD
|
||||
importas -usCd" " CMD_OPTS CMD_OPTS
|
||||
}
|
||||
s6-notifyoncheck -dn0
|
||||
exec -c $CMD $CMD_OPTS
|
||||
@@ -0,0 +1 @@
|
||||
longrun
|
||||
Reference in New Issue
Block a user