Properly (re)start borgbackup exporter
This commit is contained in:
parent
2dfb059b20
commit
d5370c829b
1 changed files with 2 additions and 1 deletions
|
@ -16,5 +16,6 @@ pip install prometheus_client
|
||||||
pip install dateutils
|
pip install dateutils
|
||||||
|
|
||||||
# Start service
|
# Start service
|
||||||
service prometheus-borgbackup-exporter start
|
service prometheus-borgbackup-exporter --ifstarted restart
|
||||||
|
service prometheus-borgbackup-exporter --ifstopped start
|
||||||
EOF
|
EOF
|
||||||
|
|
Reference in a new issue