cyrus-sasl/saslauthd.service
Ismail Dönmez aac8956e26 Accepting request 576290 from home:varkoly:branches:network
- bsc#983938 `After=syslog.target` left-overs in several unit files

- Replace references to /var/adm/fillup-templates with new
- bsc#983938 `After=syslog.target` left-overs in several unit files

- Replace references to /var/adm/fillup-templates with new
  %_fillupdir macro (boo#1069468)

OBS-URL: https://build.opensuse.org/request/show/576290
OBS-URL: https://build.opensuse.org/package/show/network/cyrus-sasl?expand=0&rev=72
2018-02-13 14:07:32 +00:00

16 lines
346 B
Desktop File

[Unit]
Description=saslauthd Server Daemon
After=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