mirror of
https://github.com/mikecarper/MeshCore.git
synced 2026-09-13 09:35: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.
21 lines
490 B
Desktop File
21 lines
490 B
Desktop File
[Unit]
|
|
Description=MeshCore root clock-control service
|
|
Requires=meshcore-clock-control.socket
|
|
After=meshcore-clock-control.socket
|
|
|
|
[Service]
|
|
Type=simple
|
|
User=root
|
|
Group=root
|
|
ExecStart=/usr/local/sbin/meshcore-clock-control --service-user mctomqtt --service-group mctomqtt
|
|
NoNewPrivileges=yes
|
|
PrivateDevices=yes
|
|
PrivateTmp=yes
|
|
ProtectHome=yes
|
|
ProtectSystem=strict
|
|
ProtectClock=no
|
|
RestrictAddressFamilies=AF_UNIX
|
|
CapabilityBoundingSet=CAP_SYS_TIME
|
|
AmbientCapabilities=CAP_SYS_TIME
|
|
UMask=0077
|