aports/main/cyrus-sasl/saslauthd.initd
Carlo Landmeter 8965b00c7f main/cyrus-sasl: upgrade to 2.1.27 and cleanup
fails to build with ldap (linker issue)
should probably be added/fixed in the future.

make sasldb the default auth for saslauthd (we do not support pam).
2019-01-09 09:15:22 +00:00

13 lines
237 B
Bash

#!/sbin/openrc-run
command="/usr/sbin/saslauthd"
command_args=${SASLAUTHD_OPTS:--a sasldb}
pidfile="/run/saslauthd/saslauthd.pid"
depend() {
need net
after firewall
}
start_pre() {
checkpath --directory --mode 0775 /run/saslauthd
}