mirror of
https://github.com/svpcom/wfb-ng.git
synced 2025-02-24 09:03:49 -04:00
15 lines
316 B
SYSTEMD
15 lines
316 B
SYSTEMD
|
[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
|