2023-12-13 02:27:31 +00:00
|
|
|
[Unit]
|
|
|
|
|
Description=Meshtastic Native Daemon
|
|
|
|
|
After=network-online.target
|
2024-10-22 21:22:10 +00:00
|
|
|
StartLimitInterval=200
|
|
|
|
|
StartLimitBurst=5
|
2023-11-18 14:12:34 +00:00
|
|
|
|
|
|
|
|
[Service]
|
2025-05-15 11:40:46 +00:00
|
|
|
AmbientCapabilities=CAP_NET_BIND_SERVICE
|
|
|
|
|
User=meshtasticd
|
|
|
|
|
Group=meshtasticd
|
2023-11-18 14:12:34 +00:00
|
|
|
Type=simple
|
2025-05-15 11:40:46 +00:00
|
|
|
ExecStart=/usr/bin/meshtasticd
|
2024-10-22 21:22:10 +00:00
|
|
|
Restart=always
|
|
|
|
|
RestartSec=3
|
2023-11-18 14:12:34 +00:00
|
|
|
|
|
|
|
|
[Install]
|
2024-10-22 21:22:10 +00:00
|
|
|
WantedBy=multi-user.target
|