From a613a3a37554631cf6f1995eda0a86a24e2c09b7 Mon Sep 17 00:00:00 2001 From: Tine Date: Sat, 30 Nov 2024 15:15:01 +0100 Subject: [PATCH] fix: daemon reload for alloy --- install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/install.sh b/install.sh index aff99d4..a8383c8 100755 --- a/install.sh +++ b/install.sh @@ -68,6 +68,7 @@ echo "OTEL_RESOURCE_ATTRIBUTES=${ATTRIBUTES}" >>/etc/default/alloy echo "ALLOY_USERNAME=${SERVICE_ACCOUNT_USERNAME}" echo "ALLOY_PASSWORD=${SERVICE_ACCOUNT_PASSWORD}" } >>/etc/default/alloy +systemctl daemon-reload systemctl reload alloy ##