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

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

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

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

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