Run vpn openconnect after hiveos boot

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

This topic was automatically closed 416 days after the last reply. New replies are no longer allowed.