summaryrefslogtreecommitdiffstats
path: root/remote/modules/plymouth/data/etc/tmpfiles.d
Commit message (Collapse)AuthorAgeFilesLines
* Fix tmpfiles.d files to use 'd' not 'D' for directoriesSimon Rettberg2014-02-051-1/+1
| | | | | | | 'D' would delete all the contents if it exists, which would pretty much break things if you trigger systemd-tmpfiles in a running system. 'd' just created the directory if it doesn't exist yet.
* Switch to using /etc/tmpfiles.d for creating files/dirs in /runSimon Rettberg2013-08-201-0/+2
Also added a sanity check after processing each module, which will abort if anything is placed in /run directly