mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
Move ipa's systemd tmpfiles from /var/run to /run
systemd 239 complains about the legacy of ipa's tmpfiles which are located on /var/run. Fixes: https://pagure.io/freeipa/issue/7732 Reviewed-By: Christian Heimes <cheimes@redhat.com>
This commit is contained in:
committed by
Christian Heimes
parent
1e76f100a5
commit
531eca4308
@@ -7,4 +7,4 @@ systemdtmpfiles_DATA = \
|
||||
CLEANFILES = $(systemdtmpfiles_DATA)
|
||||
|
||||
%: %.in Makefile
|
||||
sed -e 's|@localstatedir[@]|$(localstatedir)|g' '$(srcdir)/$@.in' >$@
|
||||
cp '$(srcdir)/$@.in' $@
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
d @localstatedir@/run/ipa 0711 root root
|
||||
d @localstatedir@/run/ipa/ccaches 0770 ipaapi ipaapi
|
||||
d /run/ipa 0711 root root
|
||||
d /run/ipa/ccaches 0770 ipaapi ipaapi
|
||||
|
||||
Reference in New Issue
Block a user