blob: b4a1d7e2906e8fbb8cc250590e8ce70fa42a1138 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
[Unit]
Description=Prometheus blackbox exporter for Mumble metrics
After=network.target nss-lookup.target
[Service]
Type=simple
EnvironmentFile=-/etc/conf.d/prometheus-mumble-exporter
ExecStart=/usr/bin/prometheus-mumble-exporter $MUMBLE_EXPORTER_ARGS
DynamicUser=true
PrivateTmp=true
ProtectHome=true
ProtectSystem=full
Restart=on-failure
RestartSec=20
[Install]
WantedBy=multi-user.target
|