diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-10 20:49:53 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-10 20:49:53 +0000 |
commit | 87aefc960557c2fb6fdf9ea4c1ac0e7983f68f68 (patch) | |
tree | 263fc56d7d40512aaa09193905008a3f4e3b0018 /debian/extra/tmpfiles.d | |
parent | Adding upstream version 255.4. (diff) | |
download | systemd-debian/255.4-1.tar.xz systemd-debian/255.4-1.zip |
Adding debian version 255.4-1.debian/255.4-1
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/extra/tmpfiles.d')
-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 |