Skip to content

Commit

Permalink
meta-lxatac-software: python3-labgrid: update systemd server for grpc…
Browse files Browse the repository at this point in the history
… support
  • Loading branch information
jluebbe authored and hnez committed Sep 19, 2024
1 parent e947f4b commit 21f6e31
Showing 1 changed file with 15 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
[Unit]
Description=Labgrid Exporter
After=network-online.target
Wants=network-online.target

[Service]
Environment="PYTHONUNBUFFERED=1"
EnvironmentFile=/etc/labgrid/environment
ExecStart=/usr/bin/labgrid-exporter --coordinator ${LABGRID_COORDINATOR_IP}:${LABGRID_COORDINATOR_PORT} /etc/labgrid/configuration.yaml
Restart=on-failure
RestartForceExitStatus=100
RestartSec=30

[Install]
WantedBy=multi-user.target

0 comments on commit 21f6e31

Please sign in to comment.