fix systemd files (#750436)
This commit is contained in:
parent
ba5395dda1
commit
a885dde895
@ -4,9 +4,9 @@ After=syslog.target
|
||||
|
||||
[Service]
|
||||
Type=forking
|
||||
PIDFile=/etc/sysconfig/saslauthd
|
||||
PIDFile=/run/saslauthd/saslauthd.pid
|
||||
EnvironmentFile=/etc/sysconfig/saslauthd
|
||||
ExecStart=/usr/sbin/saslauthd -a $MECH $FLAGS
|
||||
ExecStart=/usr/sbin/saslauthd -m $SOCKETDIR -a $MECH $FLAGS
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
|
@ -1,6 +1,6 @@
|
||||
# Directory in which to place saslauthd's listening socket, pid file, and so
|
||||
# on. This directory must already exist.
|
||||
SOCKETDIR=/var/run/saslauthd
|
||||
SOCKETDIR=/run/saslauthd
|
||||
|
||||
# Mechanism to use when checking passwords. Run "saslauthd -v" to get a list
|
||||
# of which mechanism your installation was compiled with the ablity to use.
|
||||
|
@ -1 +1 @@
|
||||
d /var/run/saslauthd 0755 root root -
|
||||
d /run/saslauthd 0755 root root -
|
||||
|
Loading…
Reference in New Issue
Block a user