18 lines
317 B
Desktop File
18 lines
317 B
Desktop File
[Unit]
|
|
Description=Meshtastic %i Daemon
|
|
After=network-online.target
|
|
StartLimitInterval=200
|
|
StartLimitBurst=5
|
|
|
|
[Service]
|
|
AmbientCapabilities=CAP_NET_BIND_SERVICE
|
|
User=meshtasticd
|
|
Group=meshtasticd
|
|
Type=simple
|
|
ExecStart=/usr/bin/meshtasticd-start.sh %i
|
|
Restart=always
|
|
RestartSec=3
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|