aboutsummaryrefslogtreecommitdiff
path: root/init.d/tmpfilesd.boot.in
diff options
context:
space:
mode:
Diffstat (limited to 'init.d/tmpfilesd.boot.in')
-rw-r--r--init.d/tmpfilesd.boot.in18
1 files changed, 0 insertions, 18 deletions
diff --git a/init.d/tmpfilesd.boot.in b/init.d/tmpfilesd.boot.in
deleted file mode 100644
index 471c1280..00000000
--- a/init.d/tmpfilesd.boot.in
+++ /dev/null
@@ -1,18 +0,0 @@
-#!@PREFIX@/sbin/runscript
-# Copyright 1999-2012 Gentoo Foundation
-# Released under the 2-clause BSD license.
-
-description="Create tmpfiles.d entries (boot)"
-
-depend()
-{
- need localmount
-}
-
-start()
-{
- ebegin "Creating ${description#Create }"
- @LIBEXECDIR@/sh/tmpfiles.sh --create ${tmpfiles_opts}
- eend $?
- return 0
-}