aboutsummaryrefslogtreecommitdiffstats
path: root/debian
diff options
context:
space:
mode:
authorMikhail Gusarov <dottedmag@debian.org>2015-03-06 23:09:04 +0000
committerAndrew Lewis <nerf@judo.za.org>2015-03-17 18:55:45 +0200
commitcd1028e0bddf5f172dc8990c485d8b5fd3eda0b5 (patch)
tree0722d99cd652688404f8f3519474e7f3c5bea8ff /debian
parentc74e0eb6e70a2832403f3f4e5f4c4a7b6cbb762e (diff)
downloadrspamd-cd1028e0bddf5f172dc8990c485d8b5fd3eda0b5.tar.gz
rspamd-cd1028e0bddf5f172dc8990c485d8b5fd3eda0b5.zip
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.
Diffstat (limited to 'debian')
-rw-r--r--debian/logging.conf4
-rw-r--r--debian/workers.conf13
2 files changed, 0 insertions, 17 deletions
diff --git a/debian/logging.conf b/debian/logging.conf
deleted file mode 100644
index 33234fde1..000000000
--- a/debian/logging.conf
+++ /dev/null
@@ -1,4 +0,0 @@
-logging {
- type = "console";
- level = "info";
-}
diff --git a/debian/workers.conf b/debian/workers.conf
deleted file mode 100644
index aa3c43829..000000000
--- a/debian/workers.conf
+++ /dev/null
@@ -1,13 +0,0 @@
-worker {
- type = "normal";
- bind_socket = "systemd:0";
- mime = true;
-}
-worker {
- type = "controller";
- bind_socket = "systemd:1";
- count = 1;
- password = "q1";
- secure_ip = "127.0.0.1";
- static_dir = "${WWWDIR}";
-} \ No newline at end of file