LL_Runit_Scripts/sv/kmod/run
2021-06-24 14:35:35 +08:00

9 lines
314 B
Bash
Executable file

#!/bin/sh -e
#This checks if the directories below are not empty
test ! -z "$(ls /lib/modules-load.d)"
test ! -z "$(ls /usr/lib/modules-load.d)"
test ! -z "$(ls /usr/local/lib/modules-load.d)"
test ! -z "$(ls /etc/modules-load.d)"
test ! -z "$(ls /run/modules-load.d)"
/lib/systemd/systemd-modules-load
exec pause