File saslauthd.service of Package cyrus-sasl
16
1
[Unit]
2
Description=saslauthd Server Daemon
3
After=syslog.target network.target
4
5
[Service]
6
Type=forking
7
EnvironmentFile=/etc/sysconfig/saslauthd
8
ExecStart=/usr/sbin/saslauthd -a $SASLAUTHD_AUTHMECH -n $SASLAUTHD_THREADS $SASLAUTHD_PARAMS
9
ExecReload=/bin/kill -HUP $MAINPID
10
ExecStop=/bin/kill -TERM $MAINPID
11
Restart=always
12
13
[Install]
14
WantedBy=multi-user.target
15
16