b1e66c2af1
Xmlrpc client/server application to control the digital attenuators installed in the lava testbed. Implements AR_VUL-64. Signed-off-by: Thomas Klaehn <thomas.klaehn@u-blox.com>
10 lines
234 B
Desktop File
10 lines
234 B
Desktop File
[Unit]
|
|
Description=Attenuation control service.
|
|
After=multi-user.target
|
|
|
|
[Service]
|
|
Type=idle
|
|
ExecStart=/usr/bin/python3 -m attenuation_control_srv 192.168.1.16:8231
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target |