mirror of
https://github.com/mikecarper/MeshCore.git
synced 2026-09-13 14:15:43 +00:00
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.
15 lines
278 B
SYSTEMD
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
|