cyrus-sasl: use /run instead of /var/run for systemd service file

/var/run has been deprecated by systemd, so use /run instead,
as suggested by systemd.

Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Qi.Chen@windriver.com
2020-10-16 15:36:04 +08:00
committed by Khem Raj
parent 27657cac27
commit 5a5f7ec345
@@ -4,7 +4,7 @@ After=syslog.target
[Service]
Type=forking
PIDFile=@LOCALSTATEDIR@/run/saslauthd/saslauthd.pid
PIDFile=/run/saslauthd/saslauthd.pid
EnvironmentFile=@SYSCONFDIR@/default/saslauthd
ExecStart=@SBINDIR@/saslauthd -m $SOCKETDIR -a $MECH $FLAGS