mirror of
https://github.com/svpcom/wfb-ng.git
synced 2025-02-22 16:23:47 -04:00
13 lines
232 B
Desktop File
13 lines
232 B
Desktop File
[Unit]
|
|
Description=WFB storm32 controller
|
|
After=network.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
ExecStart=/usr/bin/python -m telemetry.storm32_controller
|
|
TimeoutStopSec=5s
|
|
Restart=on-failure
|
|
RestartSec=5s
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target |