4ff71bd741
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 <robbat2@gentoo.org>
4 lines
76 B
Plaintext
4 lines
76 B
Plaintext
# Extra options for tmpfiles.sh
|
|
#tmpfiles_opts="--verbose"
|
|
tmpfiles_opts=""
|