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"