2014-04-01 12:33:20 +02:00
|
|
|
[Unit]
|
|
|
|
Description=saslauthd Server Daemon
|
2018-02-13 15:07:32 +01:00
|
|
|
After=network.target
|
2014-04-01 12:33:20 +02:00
|
|
|
|
|
|
|
[Service]
|
|
|
|
Type=forking
|
|
|
|
EnvironmentFile=/etc/sysconfig/saslauthd
|
2015-12-10 08:54:56 +01:00
|
|
|
ExecStart=/usr/sbin/saslauthd -a $SASLAUTHD_AUTHMECH -n $SASLAUTHD_THREADS $SASLAUTHD_PARAMS
|
2014-04-01 12:33:20 +02:00
|
|
|
ExecReload=/bin/kill -HUP $MAINPID
|
|
|
|
ExecStop=/bin/kill -TERM $MAINPID
|
|
|
|
Restart=always
|
|
|
|
|
|
|
|
[Install]
|
|
|
|
WantedBy=multi-user.target
|
|
|
|
|