mirror of
https://github.com/svpcom/wfb-ng.git
synced 2025-03-18 20:44:38 -03:00
Fix python3 compat #121
This commit is contained in:
parent
03c6e80f0a
commit
bfdfbec00d
@ -6,7 +6,7 @@ ReloadPropagatedFrom=wifibroadcast.service
|
||||
[Service]
|
||||
Type=simple
|
||||
EnvironmentFile=/etc/default/wifibroadcast
|
||||
ExecStart=/usr/bin/python -m telemetry.server %i ${WFB_NICS}
|
||||
ExecStart=/usr/bin/wfb-server %i ${WFB_NICS}
|
||||
TimeoutStopSec=5s
|
||||
Restart=on-failure
|
||||
RestartSec=5s
|
||||
|
3
setup.py
3
setup.py
@ -66,7 +66,8 @@ setup(
|
||||
packages=find_packages(exclude=["*.tests", "*.tests.*", "tests.*", "tests"]),
|
||||
zip_safe=False,
|
||||
entry_points={'console_scripts': ['wfb-cli=telemetry.cli:main',
|
||||
'wfb-test-latency=telemetry.latency_test:main']},
|
||||
'wfb-test-latency=telemetry.latency_test:main',
|
||||
'wfb-server=telemetry.server:main']},
|
||||
package_data={'telemetry.conf': ['master.cfg', 'site.cfg']},
|
||||
data_files = [('/usr/bin', ['wfb_tx', 'wfb_rx', 'wfb_keygen']),
|
||||
('/lib/systemd/system', ['scripts/storm32.service',
|
||||
|
Loading…
Reference in New Issue
Block a user