summaryrefslogtreecommitdiff
path: root/init.d/tmpfiles.setup.in
diff options
context:
space:
mode:
authorWilliam Hubbs <w.d.hubbs@gmail.com>2013-07-25 12:33:03 -0500
committerWilliam Hubbs <w.d.hubbs@gmail.com>2013-07-25 13:53:44 -0500
commit35f2f1ec73aa6754764d573ea3e1cce938b3ee9a (patch)
treeba3884ebd71255085b86a2514d7e29de509b4c28 /init.d/tmpfiles.setup.in
parente9189cd8a24b5614f3e82aec4a779e4d90656b1e (diff)
downloadopenrc-35f2f1ec73aa6754764d573ea3e1cce938b3ee9a.tar.gz
openrc-35f2f1ec73aa6754764d573ea3e1cce938b3ee9a.tar.bz2
openrc-35f2f1ec73aa6754764d573ea3e1cce938b3ee9a.tar.xz
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.
Diffstat (limited to 'init.d/tmpfiles.setup.in')
-rw-r--r--init.d/tmpfiles.setup.in3
1 files changed, 2 insertions, 1 deletions
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
}