summaryrefslogtreecommitdiffstats
path: root/abs/extra/postfix/service
diff options
context:
space:
mode:
authorBritney Fransen <brfransen@gmail.com>2013-09-10 17:04:33 (GMT)
committerBritney Fransen <brfransen@gmail.com>2013-09-10 17:04:33 (GMT)
commit26e580bd850bbbfc2b39177ee272ab052c012b49 (patch)
tree8c59a873b2a3e9335d7165888a99402d2412ac00 /abs/extra/postfix/service
parent0f9b73710a34526c1553b08cdb2cab5fdaf58b7e (diff)
downloadlinhes_pkgbuild-26e580bd850bbbfc2b39177ee272ab052c012b49.zip
linhes_pkgbuild-26e580bd850bbbfc2b39177ee272ab052c012b49.tar.gz
linhes_pkgbuild-26e580bd850bbbfc2b39177ee272ab052c012b49.tar.bz2
postfix: readd for R8 and update to 2.10.2. refs #922
Diffstat (limited to 'abs/extra/postfix/service')
-rw-r--r--abs/extra/postfix/service14
1 files changed, 14 insertions, 0 deletions
diff --git a/abs/extra/postfix/service b/abs/extra/postfix/service
new file mode 100644
index 0000000..a7cdc53
--- /dev/null
+++ b/abs/extra/postfix/service
@@ -0,0 +1,14 @@
+[Unit]
+Description=Postfix Mail Transport Agent
+After=network.target
+
+[Service]
+Type=forking
+PIDFile=/var/spool/postfix/pid/master.pid
+ExecStart=/usr/bin/postfix start
+ExecStop=/usr/bin/postfix stop
+ExecReload=/usr/bin/postfix reload
+Restart=always
+
+[Install]
+WantedBy=multi-user.target