mirror of
https://github.com/mikecarper/MeshCore.git
synced 2026-09-13 01:25:34 +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
267 B
SYSTEMD
15 lines
267 B
SYSTEMD
[Unit]
|
|
Description=MeshCore root clock-control socket
|
|
|
|
[Socket]
|
|
ListenStream=/run/meshcore-clock-control.sock
|
|
FileDescriptorName=clock-control
|
|
SocketUser=root
|
|
SocketGroup=mctomqtt
|
|
SocketMode=0660
|
|
DirectoryMode=0755
|
|
RemoveOnStop=yes
|
|
|
|
[Install]
|
|
WantedBy=sockets.target
|