From ec99834cb0e76a9e7096bd42249053712db9c32d Mon Sep 17 00:00:00 2001 From: Dave Reisner Date: Wed, 24 Jul 2013 11:58:35 -0400 Subject: tmpfiles-setup: exclude /dev prefixes files Fixes Arch Linux bug: https://bugs.archlinux.org/task/36259 --- units/systemd-tmpfiles-setup.service.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'units') diff --git a/units/systemd-tmpfiles-setup.service.in b/units/systemd-tmpfiles-setup.service.in index 67c7d4af43..6f98063744 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 -- cgit v1.2.3-54-g00ecf