summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormpaperno <max@wdg.us>2012-08-30 05:58:50 +0200
committermpaperno <max@wdg.us>2012-08-30 05:58:50 +0200
commit0e4cb39c6d37f85f7ea82853444de287c5a04bf4 (patch)
treedca7dbae28cd1ca1ebd049bb5c6febe8c6c03d76
parent32bef1d991ebb0f32ea8664ba60df542b5983c8f (diff)
downloadspampd-0e4cb39c6d37f85f7ea82853444de287c5a04bf4.tar.gz
spampd-0e4cb39c6d37f85f7ea82853444de287c5a04bf4.tar.xz
Contrib. from Florian Pritz -- he writes: I've attached the service file
I'm using in my Arch Linux package.
-rw-r--r--misc/spampd.service9
1 files changed, 9 insertions, 0 deletions
diff --git a/misc/spampd.service b/misc/spampd.service
new file mode 100644
index 0000000..514c3c7
--- /dev/null
+++ b/misc/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