From 4ff71bd7416b84712ec702c92d79c106b4f11eb1 Mon Sep 17 00:00:00 2001 From: "Robin H. Johnson" Date: Wed, 26 Sep 2012 15:42:37 -0700 Subject: tmpfiles.d init.d scripts Now that the tmpfiles.d code is more tested, actually call it from init.d. It assumes that /run is already available when it runs. Please note it runs TWICE. - During sysinit, ideally just after /dev/shm is created, but before udev has started. After udev is also acceptable, but not ideal. - During boot, ideally just after localmount has completed. Signed-off-by: Robin H. Johnson --- conf.d/tmpfilesd | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 conf.d/tmpfilesd (limited to 'conf.d/tmpfilesd') 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="" -- cgit v1.2.3