labgrid-project / meta-labgrid

OpenEmbedded layer for integrating the labgrid exporter on a device
MIT License
11 stars 12 forks source link

python3-labgrid: exporter: allow passing args to systemd ExecStart #4

Open hundeboll opened 5 years ago

hundeboll commented 5 years ago

Allow configuring e.g. the exporter hostname from the environment file by adding ${LABGRID_ARGS} to the ExecStart command line.

ejoerns commented 5 years ago

If this is a generic labgrid environment file, wouldn't it be better to explicitly call this LABGRID_EXPORTER_ARGS? Then you could potentially also have LABGRID_COORDINATOR args, etc. Otherwise fine for me.