summaryrefslogtreecommitdiffstats
path: root/spampd/spampd.service
diff options
context:
space:
mode:
Diffstat (limited to 'spampd/spampd.service')
-rw-r--r--spampd/spampd.service9
1 files changed, 9 insertions, 0 deletions
diff --git a/spampd/spampd.service b/spampd/spampd.service
new file mode 100644
index 0000000..514c3c7
--- /dev/null
+++ b/spampd/spampd.service
@@ -0,0 +1,9 @@
+[Unit]
+Description=Spamassassin Proxy Daemon
+After=network.target
+
+[Service]
+ExecStart=/usr/bin/spampd --port=10025 --relayhost=127.0.0.1:10026 --tagall --log-rules-hit --user spampd --group spampd --pid=/home/spampd/spampd.pid --nodetach
+
+[Install]
+WantedBy=multi-user.target