Local Blynk server runinng o VPS (Ubuntu) stops running after few hours

Jan 03 19:30:16 mozogula systemd[1]: Started Starts and stops the Blynk server daemon.
Jan 03 19:30:16 mozogula systemd[1]: blynk.service: Main process exited, code=exited, status=200/CHDIR
Jan 03 19:30:16 mozogula systemd[1]: blynk.service: Unit entered failed state.
Jan 03 19:30:16 mozogula systemd[1]: blynk.service: Failed with result ‘exit-code’.
Jan 03 19:30:26 mozogula systemd[1]: blynk.service: Service hold-off time over, scheduling restart.
Jan 03 19:30:26 mozogula systemd[1]: Stopped Starts and stops the Blynk server daemon.
Jan 03 19:30:26 mozogula systemd[1]: Started Starts and stops the Blynk server daemon.
Jan 03 19:30:26 mozogula systemd[1]: blynk.service: Main process exited, code=exited, status=200/CHDIR
Jan 03 19:30:26 mozogula systemd[1]: blynk.service: Unit entered failed state.
Jan 03 19:30:26 mozogula systemd[1]: blynk.service: Failed with result ‘exit-code’.

and it continues. Thanks for reply. I have repaired typos.

This is most probably due to the typos.

Does it work now? After editing the blynk.service you’ll have to reload the unit files with:

~# systemctl daemon-reload

And then:

~# service blynk restart

Check if it’s running with:

~# service blynk status

thank you very much. it works .m