You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

rspamd.systemd.conf 346B

123456789101112131415161718192021
  1. .include "$CONFDIR/common.conf"
  2. options {
  3. .include "$CONFDIR/options.inc"
  4. }
  5. logging {
  6. type = "console";
  7. systemd = true;
  8. .include "$CONFDIR/logging.inc"
  9. }
  10. worker {
  11. bind_socket = "systemd:0";
  12. .include "$CONFDIR/worker-normal.inc"
  13. }
  14. worker {
  15. bind_socket = "systemd:1";
  16. .include "$CONFDIR/worker-controller.inc"
  17. }