12796d
[Unit]
12796d
Description=Sendmail Mail Transport Agent
12796d
After=syslog.target network.target
12796d
Conflicts=postfix.service exim.service
12796d
Wants=sm-client.service
12796d
StartLimitIntervalSec=0
12796d
12796d
[Service]
12796d
Type=forking
12796d
PIDFile=/run/sendmail.pid
12796d
Environment=SENDMAIL_OPTS=-q1h
12796d
EnvironmentFile=-/etc/sysconfig/sendmail
12796d
ExecStartPre=-/etc/mail/make
12796d
ExecStartPre=-/etc/mail/make aliases
12796d
ExecStart=/usr/sbin/sendmail -bd $SENDMAIL_OPTS $SENDMAIL_OPTARG
12796d
ExecReload=/usr/bin/kill -HUP $MAINPID
12796d
# hack to allow async reload to complete, otherwise systemd may signal error
12796d
ExecReload=/usr/bin/sleep 2
12796d
12796d
[Install]
12796d
WantedBy=multi-user.target
12796d
Also=sm-client.service