cyrus-sasl/saslauthd.service
Marcus Meissner 69c198c44d Accepting request 251772 from home:varkoly:branches:network
- bnc#897837 saslauthd package has no config

- Changed --with-saslauthd=/var/run/sasl2 in %build to /run/sasl2 to clear rpmlint check failure
- Revert upstream commit 080e51c7fa0421eb2f0210d34cf0ac48a228b1e9
  cyrus-sasl-revert_gssapi_flags.patch (bnc#775279)

- bnc#871183 - cyrus-sasl-saslauthd service file is missing parameter 'Restart=always'
- bnc#897837 saslauthd package has no config

- bnc#871183 - cyrus-sasl-saslauthd service file is missing parameter 'Restart=always'

OBS-URL: https://build.opensuse.org/request/show/251772
OBS-URL: https://build.opensuse.org/package/show/network/cyrus-sasl?expand=0&rev=53
2014-09-25 08:26:43 +00:00

16 lines
342 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
ExecReload=/bin/kill -HUP $MAINPID
ExecStop=/bin/kill -TERM $MAINPID
Restart=always
[Install]
WantedBy=multi-user.target