#!/sbin/runscript # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ description="creates tmp.d files for static nodes creation" depend() { need localmount before tmpdfiles-setup } start() { ebegin "creating tmp.d files" checkpath -W /run/tmpfiles.d/ /bin/kmod --format=tmpfiles --output=/run/tmpfiles.d/kmod.conf }