15 lines
310 B
Plaintext
15 lines
310 B
Plaintext
#!/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
|