fix: daemon reload for alloy
This commit is contained in:
parent
cce3e145f3
commit
a613a3a375
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
||||
##
|
||||
|
|
Loading…
Reference in a new issue