diff options
| author | Simon Rettberg | 2013-08-20 20:03:34 +0200 |
|---|---|---|
| committer | Simon Rettberg | 2013-08-20 20:03:34 +0200 |
| commit | 5ecba3429f3c5d75550137eb2c815ebb62dfdffb (patch) | |
| tree | 2e461f6c4386b73063e9328fe72aaa086296bb47 /remote/modules/plymouth | |
| parent | [dnbd3] add systemd service + script to load the module and launch the user s... (diff) | |
| download | tm-scripts-5ecba3429f3c5d75550137eb2c815ebb62dfdffb.tar.gz tm-scripts-5ecba3429f3c5d75550137eb2c815ebb62dfdffb.tar.xz tm-scripts-5ecba3429f3c5d75550137eb2c815ebb62dfdffb.zip | |
Switch to using /etc/tmpfiles.d for creating files/dirs in /run
Also added a sanity check after processing each module, which will abort if anything is placed in /run directly
Diffstat (limited to 'remote/modules/plymouth')
| -rw-r--r-- | remote/modules/plymouth/data/etc/tmpfiles.d/plymouth.conf | 2 | ||||
| -rw-r--r-- | remote/modules/plymouth/plymouth.conf | 3 |
2 files changed, 4 insertions, 1 deletions
diff --git a/remote/modules/plymouth/data/etc/tmpfiles.d/plymouth.conf b/remote/modules/plymouth/data/etc/tmpfiles.d/plymouth.conf new file mode 100644 index 00000000..211c61f6 --- /dev/null +++ b/remote/modules/plymouth/data/etc/tmpfiles.d/plymouth.conf @@ -0,0 +1,2 @@ +D /var/run/plymouth 0755 root root + diff --git a/remote/modules/plymouth/plymouth.conf b/remote/modules/plymouth/plymouth.conf index 26e123e4..ec6f8571 100644 --- a/remote/modules/plymouth/plymouth.conf +++ b/remote/modules/plymouth/plymouth.conf @@ -9,5 +9,6 @@ REQUIRED_DIRECTORIES=" /etc /lib /sbin - /var + /var/lib + /var/spool " |
