22 lines
598 B
SYSTEMD
22 lines
598 B
SYSTEMD
|
[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
|
||
|
EnvironmentFile=-/etc/sysconfig/network
|
||
|
PrivateTmp=true
|
||
|
CapabilityBoundingSet=~ CAP_NET_ADMIN CAP_SYS_ADMIN CAP_SYS_BOOT CAP_SYS_MODULE
|
||
|
ProtectSystem=true
|
||
|
PrivateDevices=true
|
||
|
ExecStartPre=-/usr/libexec/postfix/aliasesdb
|
||
|
ExecStartPre=-/usr/libexec/postfix/chroot-update
|
||
|
ExecStart=/usr/sbin/postfix start
|
||
|
ExecReload=/usr/sbin/postfix reload
|
||
|
ExecStop=/usr/sbin/postfix stop
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|