mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-11-21 14:44:00 +00:00
5 lines
72 B
Bash
5 lines
72 B
Bash
#!/bin/sh
|
|
set -e
|
|
|
|
# Reload systemd unit
|
|
systemctl stop victoria-metrics
|