aboutsummaryrefslogtreecommitdiffstats
path: root/freebsd
diff options
context:
space:
mode:
Diffstat (limited to 'freebsd')
-rwxr-xr-xfreebsd/rspamd.sh.in3
1 files changed, 1 insertions, 2 deletions
diff --git a/freebsd/rspamd.sh.in b/freebsd/rspamd.sh.in
index a0c5b7241..4716753d8 100755
--- a/freebsd/rspamd.sh.in
+++ b/freebsd/rspamd.sh.in
@@ -40,8 +40,7 @@ rspamd_checkconfig()
reopenlog_cmd()
{
- export sig_reload="USR1"
- run_rc_command reload
+ pkill -USR1 -F $rspamd_pidfile
}
extra_commands="reload configtest reopenlog"