mirror of
https://github.com/svpcom/wfb-ng.git
synced 2025-02-23 00:23:48 -04:00
15 lines
316 B
Desktop File
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
|