meshtastic_rpi2w_sx1278_RA_02/bin/meshtasticd.service
2024-10-30 09:54:24 +01:00

17 lines
255 B
Desktop File

[Unit]
Description=Meshtastic Native Daemon
After=network-online.target
StartLimitInterval=200
StartLimitBurst=5
[Service]
User=root
Group=root
Type=simple
ExecStart=/usr/sbin/meshtasticd
Restart=always
RestartSec=3
[Install]
WantedBy=multi-user.target