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

15 lines
316 B
Desktop File

[Unit]
Description=FPV OSD
After=network-online.target
[Service]
ExecStart=/bin/openvt -s -e -- bash -c 'TERM=linux setterm --blank force --clear all --cursor off /dev/tty && exec /usr/bin/osd'
Type=simple
Restart=always
RestartSec=1s
TimeoutStopSec=10s
KillMode=control-group
[Install]
WantedBy=multi-user.target