wfb-ng/scripts/wifibroadcast.service
Vasily Evseenko 97986d1963 Bidirectional telemetry support (python/twisted required)
Allow tx to use multiple interfaces (tx diversity)
Remove mavlink mode from wfb_tx binary (moved to the python side).
Add tgz, rpm and deb binary package generation
2018-12-13 21:42:35 +03:00

16 lines
320 B
Desktop File

# This is a mostly empty service, but allows commands like stop, start, reload
# to propagate to all wifibroadcast@ service instances.
[Unit]
Description=Wifibroadcast server
After=network.target
[Service]
Type=oneshot
RemainAfterExit=yes
ExecStart=/bin/true
ExecReload=/bin/true
[Install]
WantedBy=multi-user.target