forked from pool/cyrus-sasl
e4a3415715
really use SASLAUTHD_PARAMS variable (bnc#938657) OBS-URL: https://build.opensuse.org/request/show/348180 OBS-URL: https://build.opensuse.org/package/show/network/cyrus-sasl?expand=0&rev=59
16 lines
360 B
Desktop File
16 lines
360 B
Desktop File
[Unit]
|
|
Description=saslauthd Server Daemon
|
|
After=syslog.target network.target
|
|
|
|
[Service]
|
|
Type=forking
|
|
EnvironmentFile=/etc/sysconfig/saslauthd
|
|
ExecStart=/usr/sbin/saslauthd -a $SASLAUTHD_AUTHMECH -n $SASLAUTHD_THREADS $SASLAUTHD_PARAMS
|
|
ExecReload=/bin/kill -HUP $MAINPID
|
|
ExecStop=/bin/kill -TERM $MAINPID
|
|
Restart=always
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|
|
|