summaryrefslogtreecommitdiff
path: root/conf.d
diff options
context:
space:
mode:
Diffstat (limited to 'conf.d')
-rw-r--r--conf.d/Makefile2
-rw-r--r--conf.d/tmpfilesd3
2 files changed, 4 insertions, 1 deletions
diff --git a/conf.d/Makefile b/conf.d/Makefile
index 6ed295d..0e61021 100644
--- a/conf.d/Makefile
+++ b/conf.d/Makefile
@@ -1,5 +1,5 @@
DIR= ${CONFDIR}
-CONF= bootmisc fsck hostname localmount urandom ${CONF-${OS}}
+CONF= bootmisc fsck hostname localmount urandom tmpfilesd ${CONF-${OS}}
ifeq (${MKNET},)
CONF+= network staticroute
diff --git a/conf.d/tmpfilesd b/conf.d/tmpfilesd
new file mode 100644
index 0000000..c3f208f
--- /dev/null
+++ b/conf.d/tmpfilesd
@@ -0,0 +1,3 @@
+# Extra options for tmpfiles.sh
+#tmpfiles_opts="--verbose"
+tmpfiles_opts=""