hi all,
i need to run this commnad on startup:
ps i'm new to freebsd
any help would be apperciated
i tried put script in /usr/local/etc/rc.d
which is openwrt.sh and contain thre following without #bin/bash
sleep 45 && vboxmanage start vm "OpenWrt" --type headless
i need to run this commnad on startup:
Code:
vboxmanage startvm "OpenWrt" --type headless
ps i'm new to freebsd
i tried put script in /usr/local/etc/rc.d
which is openwrt.sh and contain thre following without #bin/bash
sleep 45 && vboxmanage start vm "OpenWrt" --type headless