mirror of
https://github.com/svpcom/wfb-ng.git
synced 2025-02-20 23:43:49 -04:00
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
16 lines
320 B
Desktop File
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
|