mirror of
https://gitlab.com/simple-nixos-mailserver/nixos-mailserver.git
synced 2024-11-14 21:08:34 +05:00
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
|