#!/sbin/openrc-run

depend()
{
	after sysfs
}

start()
{
	mount --make-shared /run
	mount --make-shared /sys
}
