mirror of
https://github.com/void-linux/void-packages.git
synced 2025-10-16 23:45:16 +02:00
10 lines
206 B
Desktop File
10 lines
206 B
Desktop File
[Unit]
|
|
Description=Cyrus SASL authentication daemon
|
|
|
|
[Service]
|
|
Type=forking
|
|
ExecStart=/usr/sbin/saslauthd -a pam -m /run/saslauthd
|
|
PidFile=/run/saslauthd/saslauthd.pid
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|