edgd1er / nordvpn-proxy

NordVPN openVPN socks
24 stars 8 forks source link

Option to silence cron script execution #13

Closed alpe12 closed 2 years ago

alpe12 commented 2 years ago

The log gets a lot of:

crond: USER root pid 63198 cmd /etc/service/openvpn/healthcheck.sh
crond: USER root pid 63199 cmd /etc/service/openvpn/resolvcheck.sh

If possible, add an option to silence it.

Cron loglevel 9 should work. Thanks.

edgd1er commented 2 years ago

Yes, one every minute, + another script every 5 minutes , and a third one every 15 minutes. Thanks for pointing out to a solution, I'll have a look at it.

edgd1er commented 2 years ago

Hi @alpe12 , please test. According to my rapid tests, crond is running and there is no more cron logs. added info into README and docker-compose.yml sample. At the time you read this, the new image might be on the repository.

alpe12 commented 2 years ago

Appears to be working, thanks. :)