12 lines
246 B
SYSTEMD
12 lines
246 B
SYSTEMD
|
[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
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|