2024-05-12 17:57:30 +08:00
|
|
|
[Unit]
|
|
|
|
Description=Cyrus SASL authentication daemon
|
|
|
|
|
|
|
|
[Service]
|
|
|
|
Type=forking
|
|
|
|
EnvironmentFile=/etc/default/saslauthd
|
|
|
|
ExecStart=/usr/sbin/saslauthd -a $MECHANISMS -n $THREADS $MECH_OPTIONS $SASLAUTHD_OPTS
|
|
|
|
PIDFile=/run/saslauthd/saslauthd.pid
|
2024-10-31 22:00:28 +08:00
|
|
|
RuntimeDirectory=saslauthd
|
2024-05-12 17:57:30 +08:00
|
|
|
|
|
|
|
[Install]
|
|
|
|
WantedBy=multi-user.target
|