diff options
author | Vsevolod Stakhov <vsevolod@rambler-co.ru> | 2010-04-27 18:43:22 +0400 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@rambler-co.ru> | 2010-04-27 18:43:22 +0400 |
commit | 02a6d987bbdf55e06375544a14c046d1724f946e (patch) | |
tree | dae44cce3c62f56794fb4245ac86020f27ea7591 /freebsd/rspamd.sh.in | |
parent | 971bad45c44cf430bde13faede56699ba0381e83 (diff) | |
download | rspamd-02a6d987bbdf55e06375544a14c046d1724f946e.tar.gz rspamd-02a6d987bbdf55e06375544a14c046d1724f946e.zip |
* Improve logging system:
- do not write many repeated messages to log
- add process name to log line
* Small fixes to FreeBSD port and to start script as we have xml version now
* Reconfig modules while rereading config file
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 5bb3a5cc2..42e82f140 100755 --- a/freebsd/rspamd.sh.in +++ b/freebsd/rspamd.sh.in @@ -41,6 +41,6 @@ extra_commands="reload configtest" sig_reload="USR1" command="$procname" -command_args="-u ${rspamd_user} -g ${rspamd_group} -c @CMAKE_INSTALL_PREFIX@/etc/rspamd.conf" +command_args="-u ${rspamd_user} -g ${rspamd_group} -c @CMAKE_INSTALL_PREFIX@/etc/rspamd.xml" run_rc_command "$1" |