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