aac8956e26
- 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
16 lines
346 B
Desktop File
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
|
|
|