Actions: 1. EVSE/rootfs/usr/bin/ add run_evse_restart.sh & run_evse_stop.sh script. Files: 1. As follow commit history.
@@ -0,0 +1,6 @@
+#!/bin/sh
+pkill main
+pkill Module*
+pkill OcppBackend
+/root/main &
+
@@ -0,0 +1,5 @@