1
0
şunun yansıması https://github.com/rspamd/rspamd.git eşitlendi 2024-08-09 02:10:20 +02:00
rspamd/conf/rspamd.sysvinit.conf
Mikhail Gusarov cd1028e0bd Reorganize configuration files for systemd
Common systemd/non-systemd options were moved to .inc
files. rspamd.conf is systemd-enabled one,
rspamd.sysvinit.conf is sysvinit-compatible one.
2015-03-17 18:55:45 +02:00

23 satır
400 B
Plaintext

.include "$CONFDIR/common.conf"
options {
pidfile = "$RUNDIR/rspamd.pid";
.include "$CONFDIR/options.inc"
}
logging {
type = "file";
filename = "$LOGDIR/rspamd.log";
.include "$CONFDIR/logging.inc"
}
worker {
bind_socket = "*:11333";
.include "$CONFDIR/worker-normal.inc"
}
worker {
bind_socket = "localhost:11334";
.include "$CONFDIR/worker-controller.inc"
}