2019-10-17 07:26:26 +02:00
|
|
|
[Unit]
|
|
|
|
Description=ejabberd prometheus exporter
|
|
|
|
|
|
|
|
[Service]
|
|
|
|
Type=simple
|
|
|
|
User=nobody
|
2019-10-17 09:12:35 +02:00
|
|
|
Group=nobody
|
2019-10-17 07:26:26 +02:00
|
|
|
ExecStart=/opt/ejabberd-metrics/prometheus.py
|
|
|
|
Restart=always
|
|
|
|
RestartSec=5s
|
|
|
|
Environment=PATH=/usr/bin:/usr/local/bin
|
|
|
|
|
|
|
|
[Install]
|
|
|
|
WantedBy=multi-user.target
|