We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c5a62b commit 020eb4bCopy full SHA for 020eb4b
recipes-devtools/python/python3-labgrid/labgrid-exporter.service
@@ -6,7 +6,7 @@ Wants=network-online.target
6
[Service]
7
Type=simple
8
EnvironmentFile=/etc/labgrid/environment
9
-ExecStart=/usr/bin/python3 /usr/bin/labgrid-exporter -d -x ws://${LABGRID_COORDINATOR_IP}:${LABGRID_COORDINATOR_PORT}/ws /etc/labgrid/configuration.yaml
+ExecStart=/usr/bin/python3 /usr/bin/labgrid-exporter -d -x ws://${LABGRID_COORDINATOR_IP}:${LABGRID_COORDINATOR_PORT}/ws /etc/labgrid/configuration.yaml ${LABGRID_ARGS}
10
11
[Install]
12
WantedBy=multi-user.target
0 commit comments