Files
HaloKeymind/examples/host_cli_service/meshcore-host-actions.socket
T
mikecarper 1629725d7d Add safe ESP32 transports and Indicator UI
Reserve board-specific GPIOs, make ESP-NOW channel/format handling configurable, and coordinate WiFi, BLE, NTP, MQTT, and host actions safely.

Add the Indicator message page, exclusive transport selector, dynamic 480/320 rendering, larger transport typography, pairing cleanup, and corresponding tests and documentation.
2026-08-31 14:29:42 -07:00

15 lines
278 B
SYSTEMD

[Unit]
Description=MeshCore privileged host recovery action socket
[Socket]
ListenStream=/run/meshcore-host-actions.sock
FileDescriptorName=host-actions
SocketUser=root
SocketGroup=mctomqtt
SocketMode=0660
DirectoryMode=0755
RemoveOnStop=yes
[Install]
WantedBy=sockets.target