MCPcopy Create free account
hub / github.com/PierreGode/Ragnar / _create_restart_marker

Method _create_restart_marker

wifi_manager.py:555–562  ·  view source on GitHub ↗

Create a marker file to help detect service restarts

(self)

Source from the content-addressed store, hash-verified

553 self.should_exit = True
554
555 # Clean up restart marker
556 self._cleanup_restart_marker()
557
558 if self.ap_mode_active:
559 self.stop_ap_mode()
560
561 if self.monitoring_thread and self.monitoring_thread.is_alive():
562 self.monitoring_thread.join(timeout=5)
563
564 # Close AP logger
565 try:

Callers 1

startMethod · 0.95

Calls 2

warningMethod · 0.80
writeMethod · 0.45

Tested by

no test coverage detected