mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2026-06-21 09:39:17 +03:00
6 lines
64 B
Bash
6 lines
64 B
Bash
#!/bin/sh
|
|
set -e
|
|
|
|
# Reload systemd unit
|
|
systemctl daemon-reload
|