wfb-ng/scripts/systemd/osd.service

15 lines
316 B
SYSTEMD
Raw Normal View History

2022-10-23 07:40:32 -03:00
[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