exherbo-dockermail/config/paludis/local-repo/packages/mail-mta/postfix/files/systemd/postfix.service
Julian Ospald c1231e58e6
Add local repo
* fixes build of dev-perl/Mail-SPF
* adds newer postfix-3.1.3 version
2016-10-15 16:20:27 +02:00

13 lines
224 B
Desktop File

[Unit]
Description=postfix
After=network.target
[Service]
Type=forking
ExecStart=/usr/host/bin/postfix start
ExecStop=/usr/host/bin/postfix stop
ExecReload=/usr/host/bin/postfix reload
[Install]
WantedBy=multi-user.target