diff options
Diffstat (limited to 'contrib/init')
-rw-r--r-- | contrib/init/linux-systemd/ejabberd-exporter.service | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/contrib/init/linux-systemd/ejabberd-exporter.service b/contrib/init/linux-systemd/ejabberd-exporter.service new file mode 100644 index 0000000..518fc1d --- /dev/null +++ b/contrib/init/linux-systemd/ejabberd-exporter.service @@ -0,0 +1,14 @@ +[Unit] +Description=ejabberd prometheus exporter + +[Service] +Type=simple +User=nobody +User=group +ExecStart=/opt/ejabberd-metrics/prometheus.py +Restart=always +RestartSec=5s +Environment=PATH=/usr/bin:/usr/local/bin + +[Install] +WantedBy=multi-user.target |