6 lines
182 B
Plaintext
6 lines
182 B
Plaintext
|
#!/sbin/execlineb -P
|
||
|
foreground {
|
||
|
if -n { test -d /run/tmpfiles.d } mkdir /run/tmpfiles.d
|
||
|
}
|
||
|
foreground { kmod static-nodes --format=tmpfiles --output=/run/tmpfiles.d/kmod.conf }
|