aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--init.d/tmpfiles.dev.in3
1 files changed, 1 insertions, 2 deletions
diff --git a/init.d/tmpfiles.dev.in b/init.d/tmpfiles.dev.in
index c2de59f4..35669284 100644
--- a/init.d/tmpfiles.dev.in
+++ b/init.d/tmpfiles.dev.in
@@ -14,8 +14,7 @@ depend()
start()
{
ebegin "setting up tmpfiles.d entries for /dev"
- @LIBEXECDIR@/sh/tmpfiles.sh --prefix=/dev --create --remove \
- ${tmpfiles_opts}
+ @LIBEXECDIR@/sh/tmpfiles.sh --prefix=/dev --create ${tmpfiles_opts}
eend $?
return 0
}