aboutsummaryrefslogtreecommitdiffstats
path: root/conf/rspamd.systemd.conf
blob: 95643138a4f4e6c7ae82684ece46bd076e90453d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
.include "$CONFDIR/common.conf"

options {
    .include "$CONFDIR/options.inc"
}

logging {
    type = "console";
    systemd = true;
    .include "$CONFDIR/logging.inc"
}

worker {
    bind_socket = "systemd:0";
    .include "$CONFDIR/worker-normal.inc"
}

worker {
    bind_socket = "systemd:1";
    .include "$CONFDIR/worker-controller.inc"
}