postfix/postfix.service

14 lines
239 B
SYSTEMD
Raw Normal View History

[Unit]
Description=Postfix Mail Daemon
After=network.target
[Service]
Type=forking
ExecStart=/usr/sbin/postfix start
ExecStop=/usr/sbin/postfix stop
ExecReload=/usr/sbin/postfix reload
Restart=always
[Install]
WantedBy=multi-user.target