aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDave Reisner <dreisner@archlinux.org>2013-07-24 11:58:35 -0400
committerMichał Górny <mgorny@gentoo.org>2013-07-31 23:36:21 +0200
commita7b85011f13bf2a90cfcfad1f3d2ca2deebaa2f1 (patch)
tree81f07834cfbca5f530e5953d14a25b01f7b9dc73
parenttmpfiles: introduce --exclude-prefix (diff)
downloadsystemd-a7b85011f13bf2a90cfcfad1f3d2ca2deebaa2f1.tar.gz
systemd-a7b85011f13bf2a90cfcfad1f3d2ca2deebaa2f1.tar.bz2
systemd-a7b85011f13bf2a90cfcfad1f3d2ca2deebaa2f1.zip
tmpfiles-setup: exclude /dev prefixes files
Fixes Arch Linux bug: https://bugs.archlinux.org/task/36259
-rw-r--r--units/systemd-tmpfiles-setup.service.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/units/systemd-tmpfiles-setup.service.in b/units/systemd-tmpfiles-setup.service.in
index 67c7d4af4..6f9806374 100644
--- a/units/systemd-tmpfiles-setup.service.in
+++ b/units/systemd-tmpfiles-setup.service.in
@@ -21,4 +21,4 @@ ConditionDirectoryNotEmpty=|/run/tmpfiles.d
[Service]
Type=oneshot
RemainAfterExit=yes
-ExecStart=@rootbindir@/systemd-tmpfiles --create --remove
+ExecStart=@rootbindir@/systemd-tmpfiles --create --remove --exclude-prefix=/dev