summarylogtreecommitdiffstats
path: root/sqlgrey.service
diff options
context:
space:
mode:
authorPhillip Smith2015-06-02 12:04:46 +1000
committerPhillip Smith2015-06-02 12:04:46 +1000
commite79b945696ca61ba283be39d88564f0b9871e1be (patch)
tree189bf26f8aa7e46d55b81d2e8f6de4657841c926 /sqlgrey.service
downloadaur-e79b945696ca61ba283be39d88564f0b9871e1be.tar.gz
initial commit
Diffstat (limited to 'sqlgrey.service')
-rw-r--r--sqlgrey.service10
1 files changed, 10 insertions, 0 deletions
diff --git a/sqlgrey.service b/sqlgrey.service
new file mode 100644
index 000000000000..619abb2c0864
--- /dev/null
+++ b/sqlgrey.service
@@ -0,0 +1,10 @@
+[Unit]
+Description=Postfix greylisting policy service
+After=network.target
+
+[Service]
+Type=forking
+ExecStart=/usr/bin/sqlgrey -d
+
+[Install]
+WantedBy=multi-user.target