15 lines
284 B
Desktop File
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
|