mirror of
https://github.com/svpcom/wfb-ng.git
synced 2025-02-23 00:23:48 -04:00
13 lines
232 B
SYSTEMD
13 lines
232 B
SYSTEMD
|
[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
|