From 35f2f1ec73aa6754764d573ea3e1cce938b3ee9a Mon Sep 17 00:00:00 2001 From: William Hubbs Date: Thu, 25 Jul 2013 12:33:03 -0500 Subject: Introduce the tmpfiles.dev service This service handles setting up the tmpfiles entries for the /dev directory for Linux systems which needs to be run in the sysinit runlevel. --- init.d/tmpfiles.setup.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'init.d/tmpfiles.setup.in') diff --git a/init.d/tmpfiles.setup.in b/init.d/tmpfiles.setup.in index 81bc369..fd9b015 100644 --- a/init.d/tmpfiles.setup.in +++ b/init.d/tmpfiles.setup.in @@ -12,7 +12,8 @@ depend() start() { ebegin "setting up tmpfiles.d entries" - @LIBEXECDIR@/sh/tmpfiles.sh --create --remove ${tmpfiles_opts} + @LIBEXECDIR@/sh/tmpfiles.sh --exclude-prefix=/dev --create --remove \ + ${tmpfiles_opts} eend $? return 0 } -- cgit v1.2.3