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:
Stanislav Levin
2018-10-12 16:30:13 +03:00
committed by Christian Heimes
parent 1e76f100a5
commit 531eca4308
3 changed files with 4 additions and 4 deletions

View File

@@ -7,4 +7,4 @@ systemdtmpfiles_DATA = \
CLEANFILES = $(systemdtmpfiles_DATA)
%: %.in Makefile
sed -e 's|@localstatedir[@]|$(localstatedir)|g' '$(srcdir)/$@.in' >$@
cp '$(srcdir)/$@.in' $@

View File

@@ -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