ungleich-k8s/archive/v3/alpine-linux/mount-shared
2021-10-18 15:15:52 +02:00

12 lines
111 B
Text
Executable file

#!/sbin/openrc-run
depend()
{
after sysfs
}
start()
{
mount --make-shared /run
mount --make-shared /sys
}