1eab656ca1
Tmpfiles.d processing had /run overriding /usr/lib and /etc, but this is not correct. The correct order, from lowest to highest, for tmpfiles processing is: * /usr/lib/tmpfiles.d/*.conf * /run/tmpfiles.d/*.conf * /etc/tmpfiles.d This means /run/tmpfiles.d/*.conf can override /etc/tmpfiles.d/*.conf, but /etc/tmpfiles.d/*.conf can override both of them. This fixes #49. |
||
---|---|---|
.. | ||
.gitignore | ||
cgroup-release-agent.sh.in | ||
functions.sh.in | ||
gendepends.sh.in | ||
init-early.sh.Linux.in | ||
init.sh.BSD.in | ||
init.sh.GNU-kFreeBSD.in | ||
init.sh.GNU.in | ||
init.sh.Linux.in | ||
Makefile | ||
migrate-to-run.sh.in | ||
rc-cgroup.sh.in | ||
rc-functions.sh.in | ||
rc-mount.sh | ||
runscript.sh.in | ||
runtests.sh | ||
tmpfiles.sh.in |