# /etc/init.d/chroot # source directory CR_SRCD=/srv/hv/mnt # name CR_NAME=name # path CR_PATH=$CR_SRCD/$CR_NAME # initial command CR_COMD=/sbin/openrc-init # network interfaces CR_NINF="veth_guest ethernet" # wifi interfaces CR_WINF="wifi" # service dependecies CR_DEPS="net_veth.interface_host chroot.name net.interface_ethernet net.interface_wifi" # wait in seconds to run CR_COMD CR_CDWT=1 # wait in seconds to start the sercice CR_STWT=7 # wait in seconds to stop the service CR_SPWT=7