summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2013-07-13 11:48:30 +0000
committerPacho Ramos <pacho@gentoo.org>2013-07-13 11:48:30 +0000
commitd0a08205ab7f8cf265c224d3c8921bf60951b9db (patch)
tree200010d8292bd708d76babf80430c65611ad9afb /mail-mta/postfix/files
parentadd x86 arch (diff)
downloadhistorical-d0a08205ab7f8cf265c224d3c8921bf60951b9db.tar.gz
historical-d0a08205ab7f8cf265c224d3c8921bf60951b9db.tar.bz2
historical-d0a08205ab7f8cf265c224d3c8921bf60951b9db.zip
Install unit file (#466228)
Package-Manager: portage-2.1.12.11/cvs/Linux x86_64 Manifest-Sign-Key: 0xA188FBD4
Diffstat (limited to 'mail-mta/postfix/files')
-rw-r--r--mail-mta/postfix/files/postfix.service13
1 files changed, 13 insertions, 0 deletions
diff --git a/mail-mta/postfix/files/postfix.service b/mail-mta/postfix/files/postfix.service
new file mode 100644
index 000000000000..d3d4804138b9
--- /dev/null
+++ b/mail-mta/postfix/files/postfix.service
@@ -0,0 +1,13 @@
+[Unit]
+Description=Postfix Mail Transport Agent
+After=network.target
+
+[Service]
+Type=forking
+ExecStartPre=-/usr/bin/newaliases
+ExecStart=/usr/sbin/postfix start
+ExecStop=/usr/sbin/postfix stop
+ExecReload=/usr/sbin/postfix reload
+
+[Install]
+WantedBy=multi-user.target