DasSimpleExporter/dasExporter.service
2025-02-16 12:38:35 +02:00

15 lines
284 B
Desktop File

[Unit]
Description = Das Simple Exporter for Prometheus
[Service]
User = das
Group = das
WorkingDirectory = /path/to/DasExporter
ExecStart = /path/to/DasExporter/start.sh
Restart = always
RestartSec = 5
SyslogIdentifier = DasExporter
[Install]
WantedBy = multi-user.target