mirror of
https://github.com/svpcom/wfb-ng.git
synced 2025-02-24 00:53:49 -04:00
15 lines
221 B
Desktop File
15 lines
221 B
Desktop File
[Unit]
|
|
Description=FPV video
|
|
After=network-online.target
|
|
|
|
[Service]
|
|
ExecStart=/usr/bin/fpv_video.sh
|
|
Type=simple
|
|
Restart=always
|
|
RestartSec=1s
|
|
TimeoutStopSec=10s
|
|
KillMode=control-group
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|