mirror of
https://gitlab.com/simple-nixos-mailserver/nixos-mailserver.git
synced 2024-11-15 05:18:33 +05:00
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
|