almindor / etherwall

Ethereum QT5 Wallet
GNU General Public License v3.0
142 stars 59 forks source link

Improve service auto-restarts #97

Open almindor opened 6 years ago

almindor commented 6 years ago

Etherdata service failed to auto-restart on the 14th of May 2018 due to a continuous network blip. Systemd attempted to restart the service but because the networking was still not working correctly it stopped when it hit the max restarts.

Improve by incrementing time between attempts and adding enough restarts to cover a good period of time (e.g. 1 day)

Related to #91