mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-12-01 14:47:38 +00:00
6 lines
64 B
Text
6 lines
64 B
Text
|
#!/bin/sh
|
||
|
set -e
|
||
|
|
||
|
# Reload systemd unit
|
||
|
systemctl daemon-reload
|