[Lunar-commits] <moonbase-other> postfix: Added systemd unit file

Stefan Wold ratler at lunar-linux.org
Thu Aug 9 19:47:48 CEST 2012


commit 516502d514ad90993d81b1b0495e22c572de2ba8
Author: Stefan Wold <ratler at lunar-linux.org>
Date: Thu, 09 Aug 2012 10:47:48 -0700
URL: https://github.com/lunar-linux/moonbase-other/commit/516502d514ad90993d81b1b0495e22c572de2ba8

postfix: Added systemd unit file
---
  mail/postfix/systemd.d/postfix.service                       +15/-0    
  1 files changed, 15 insertions (+), 0 deletions (-)

--- /dev/null
+++ b/mail/postfix/systemd.d/postfix.service
@@ -0,0 +1,15 @@
+[Unit]
+Description=Postfix Mail Transport Agent
+After=syslog.target network.target
+Conflicts=exim.service
+
+[Service]
+Type=forking
+PIDFile=/var/spool/postfix/pid/master.pid
+ExecStartPre=/usr/bin/newaliases
+ExecStart=/usr/sbin/postfix start
+ExecReload=/usr/sbin/postfix reload
+ExecStop=/usr/sbin/postfix stop
+
+[Install]
+WantedBy=multi-user.target




More information about the Lunar-commits mailing list