12 lines
111 B
Text
Executable file
12 lines
111 B
Text
Executable file
#!/sbin/openrc-run
|
|
|
|
depend()
|
|
{
|
|
after sysfs
|
|
}
|
|
|
|
start()
|
|
{
|
|
mount --make-shared /run
|
|
mount --make-shared /sys
|
|
}
|