mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-15 16:07:26 +00:00
96acc14b6c
Postfix is Wietse Venema's mail server that started life at IBM research as an alternative to the widely-used Sendmail program. Postfix attempts to be fast, easy to administer, and secure. The outside has a definite Sendmail-ish flavor, but the inside is completely different. Signed-off-by: Jackie Huang <jackie.huang@windriver.com> Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
15 lines
329 B
Desktop File
15 lines
329 B
Desktop File
[Unit]
|
|
Description=Postfix Mail Transport Agent
|
|
After=syslog.target network.target
|
|
Conflicts=sendmail.service exim.service
|
|
|
|
[Service]
|
|
Type=forking
|
|
PIDFile=/var/spool/postfix/pid/master.pid
|
|
ExecStart=/usr/sbin/postfix start
|
|
ExecReload=/usr/sbin/postfix reload
|
|
ExecStop=/usr/sbin/postfix stop
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|