blob: 0f5c203e466ace6705e14f20014ed8453c7f5b07 (
plain) (
blame)
1
2
3
4
|
#!/bin/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 }
|