3 lines
87 B
Bash
3 lines
87 B
Bash
|
#!/bin/bash
|
||
|
set -o errexit
|
||
|
exec rspamc -h /run/rspamd/worker-controller.sock learn_spam
|