We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3287243 + ec4e7b0 commit d35551cCopy full SHA for d35551c
contrib/systemd/labgrid-exporter.service
@@ -2,6 +2,7 @@
2
Description=Labgrid Exporter
3
After=network-online.target
4
Wants=network-online.target
5
+StartLimitIntervalSec=0
6
7
[Service]
8
Environment="PYTHONUNBUFFERED=1"
@@ -10,7 +11,6 @@ EnvironmentFile=-/etc/environment
10
11
ExecStart=/path/to/labgrid/venv/bin/labgrid-exporter /etc/labgrid/exporter.yaml
12
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