diff options
Diffstat (limited to 'freebsd/rspamd.sh.in')
-rwxr-xr-x | freebsd/rspamd.sh.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/freebsd/rspamd.sh.in b/freebsd/rspamd.sh.in index c53f0f50b..c527a6d1d 100755 --- a/freebsd/rspamd.sh.in +++ b/freebsd/rspamd.sh.in @@ -43,7 +43,7 @@ reopenlog_cmd() pkill -USR1 -F $rspamd_pidfile } -extra_commands="configtest reopenlog" +extra_commands="reload configtest reopenlog" sig_reload="HUP" command="$procname" |