hi
I want to run openconnect after hiveos boot
I tried crontab -e , crontab.root , rc.local , xinit.sh but they doesn’t run the script I write
hive os does not support schedule task in website setting and I don’t know how run openconnect at boot
here my script
#!/bin/bash
openconnect xxxxx -u xxxxxx --passwd-on-stdin < /hive/etc/password -b
exit 0