16 lines
296 B
Desktop File
16 lines
296 B
Desktop File
[Unit]
|
|
Description=saslauthd Server Daemon
|
|
After=syslog.target network.target
|
|
|
|
[Service]
|
|
Type=forking
|
|
EnvironmentFile=/etc/sysconfig/saslauthd
|
|
ExecStart=/usr/sbin/saslauthd
|
|
ExecReload=/bin/kill -HUP $MAINPID
|
|
ExecStop=/bin/kill -TERM $MAINPID
|
|
Restart=always
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|
|
|