Blame SOURCES/saslauthd.service

6611fc
[Unit]
6611fc
Description=SASL authentication daemon.
6611fc
After=syslog.target 
6611fc
6611fc
[Service]
6611fc
Type=forking
6611fc
PIDFile=/run/saslauthd/saslauthd.pid
6611fc
EnvironmentFile=/etc/sysconfig/saslauthd
6611fc
ExecStart=/usr/sbin/saslauthd -m $SOCKETDIR -a $MECH $FLAGS
6611fc
RuntimeDirectory=saslauthd
6611fc
6611fc
[Install]
6611fc
WantedBy=multi-user.target