mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-11-23 20:37:12 +01:00
6 lines
64 B
Plaintext
6 lines
64 B
Plaintext
|
#!/bin/sh
|
||
|
set -e
|
||
|
|
||
|
# Reload systemd unit
|
||
|
systemctl daemon-reload
|