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.
2 parents 6962ac5 + b3569dd commit b249e07Copy full SHA for b249e07
contrib/systemd/labgrid-exporter.service
@@ -8,9 +8,9 @@ Environment="PYTHONUNBUFFERED=1"
8
# Should contain LG_COORDINATOR configuration
9
EnvironmentFile=-/etc/environment
10
ExecStart=/path/to/labgrid/venv/bin/labgrid-exporter /etc/labgrid/exporter.yaml
11
-Restart=on-failure
12
-RestartForceExitStatus=100
+Restart=always
13
RestartSec=30
+StartLimitIntervalSec=0
14
DynamicUser=yes
15
# Adjust to your distribution (most often "dialout" or "tty")
16
SupplementaryGroups=dialout plugdev
0 commit comments