diff options
Diffstat (limited to 'debian/extra/tmpfiles.d/debian.conf')
-rw-r--r-- | debian/extra/tmpfiles.d/debian.conf | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/debian/extra/tmpfiles.d/debian.conf b/debian/extra/tmpfiles.d/debian.conf new file mode 100644 index 0000000..0f55da0 --- /dev/null +++ b/debian/extra/tmpfiles.d/debian.conf @@ -0,0 +1,16 @@ +# This file is part of the debianisation of systemd. +# +# systemd is free software; you can redistribute it and/or modify it +# under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 2 of the License, or +# (at your option) any later version. + +# See tmpfiles.d(5) for details + +# Type Path Mode UID GID Age Argument +L /run/shm - - - - /dev/shm +d /run/sendsigs.omit.d 0755 root root - + +L+ /etc/mtab - - - - ../proc/self/mounts +L+ /etc/default/locale - - - - ../locale.conf +L+ /etc/vconsole.conf - - - - default/keyboard |