collectd is gone

This commit is contained in:
Girish Ramakrishnan
2025-11-24 13:22:56 +01:00
parent 9c9e2c6a62
commit de75ae5b9e
5 changed files with 2 additions and 15 deletions
-2
View File
@@ -31,8 +31,6 @@ elif [[ "${service}" == "nginx" ]]; then
fi
elif [[ "${service}" == "docker" ]]; then
systemctl restart --no-block docker
elif [[ "${service}" == "collectd" ]]; then
systemctl restart --no-block collectd
elif [[ "${service}" == "box" ]]; then
systemctl reload --no-block box
else