From ce1583fde5257ada2e9f7c285d68deac316b8f13 Mon Sep 17 00:00:00 2001 From: Tine Date: Sat, 30 Nov 2024 15:17:52 +0100 Subject: [PATCH] fix: restart alloy --- install.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/install.sh b/install.sh index a8383c8..87312c2 100755 --- a/install.sh +++ b/install.sh @@ -68,8 +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 +systemctl restart alloy ## echo "== Configure Tailscale"