tmpfiles-setup: exclude /dev prefixes files

Fixes Arch Linux bug: https://bugs.archlinux.org/task/36259
This commit is contained in:
Dave Reisner 2013-07-24 11:58:35 -04:00
parent 5c7951141f
commit ec99834cb0

View file

@ -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