2011-04-23 13:40:51 +00:00
|
|
|
[Unit]
|
|
|
|
Description=SASL authentication daemon.
|
|
|
|
|
|
|
|
[Service]
|
|
|
|
Type=forking
|
2011-12-12 08:24:17 +00:00
|
|
|
PIDFile=/run/saslauthd/saslauthd.pid
|
2011-04-23 13:40:51 +00:00
|
|
|
EnvironmentFile=/etc/sysconfig/saslauthd
|
2011-12-12 08:24:17 +00:00
|
|
|
ExecStart=/usr/sbin/saslauthd -m $SOCKETDIR -a $MECH $FLAGS
|
2011-04-23 13:40:51 +00:00
|
|
|
|
|
|
|
[Install]
|
|
|
|
WantedBy=multi-user.target
|