mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-02 13:59:59 +00:00
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:
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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user