Can anyone help with how to restart astrill, below are the samples I've collected?
how can I add this to the init-start script?
# execute at 4 am daily.
cd /jffs/scripts
/jffs/scripts/init-start
#!/bin/sh
cru a ScheduledVPNRestart "0 4 * * * /dev/astrill/astrillvpn stop"
sleep 5 <<< Will this work?
cru a ScheduledVPNRestart "0 4 * * * /dev/astrill/astrillvpn start"
how can I add this to the init-start script?
# execute at 4 am daily.
cd /jffs/scripts
/jffs/scripts/init-start
#!/bin/sh
cru a ScheduledVPNRestart "0 4 * * * /dev/astrill/astrillvpn stop"
sleep 5 <<< Will this work?
cru a ScheduledVPNRestart "0 4 * * * /dev/astrill/astrillvpn start"