fix systemd prometheus service

This commit is contained in:
Martin/Geno 2019-10-17 09:12:35 +02:00
parent e3d69af688
commit 02a9c3cbac
No known key found for this signature in database
GPG Key ID: 9D7D3C6BFF600C6A
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ Description=ejabberd prometheus exporter
[Service]
Type=simple
User=nobody
User=group
Group=nobody
ExecStart=/opt/ejabberd-metrics/prometheus.py
Restart=always
RestartSec=5s