6
0
Fork 0

Properly (re)start borgbackup exporter

This commit is contained in:
Timothée Floure 2020-11-30 08:35:25 +01:00
parent 2dfb059b20
commit d5370c829b
Signed by: tfloure
GPG Key ID: 4502C902C00A1E12
1 changed files with 2 additions and 1 deletions

View File

@ -16,5 +16,6 @@ pip install prometheus_client
pip install dateutils
# Start service
service prometheus-borgbackup-exporter start
service prometheus-borgbackup-exporter --ifstarted restart
service prometheus-borgbackup-exporter --ifstopped start
EOF