wfb-ng/scripts/systemd/fpv-video.service
2022-10-23 13:40:32 +03:00

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