Hi,
my UPS disconnects after a view hours. I found a solution by executing the following script:
now I try to use crontb to start it automaticly.
I use:
but it doesent work.
what is wrong ?
Thx for help
my UPS disconnects after a view hours. I found a solution by executing the following script:
Code:
upsdrvctl stop
wait 10
upsdrvctl start
now I try to use crontb to start it automaticly.
I use:
Code:
0 8,20 * * * root /scripts/restart.usv.sh daily
but it doesent work.
what is wrong ?
Thx for help