mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-08-11 21:14:50 +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:
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
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user