prometheus-mumble/prometheus-mumble.service

10 lines
192 B
SYSTEMD
Raw Normal View History

2024-01-24 18:10:30 +01:00
[Unit]
Description=Export Mumble Server stats for Prometheus
After=mumble-server.service
[Service]
ExecStart=/home/chaos/prometheus-mumble/run-server.sh
[Install]
WantedBy=multi-user.target