William Hubbs 1eab656ca1 Fix tmpfiles processing
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.
2015-04-08 09:57:46 -05:00
..
2013-12-02 02:08:40 -06:00
2014-10-23 13:00:24 -05:00
2013-12-02 02:08:40 -06:00
2015-03-29 23:05:32 +00:00
2015-04-08 09:57:46 -05:00