You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
[Unit]
|
|
Description=SASL authentication daemon.
|
|
|
|
[Service]
|
|
Type=forking
|
|
PIDFile=/run/saslauthd/saslauthd.pid
|
|
EnvironmentFile=/etc/sysconfig/saslauthd
|
|
ExecStart=/usr/sbin/saslauthd -m $SOCKETDIR -a $MECH $FLAGS
|
|
RuntimeDirectory=saslauthd
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|