systemd daemon reload
This commit is contained in:
parent
1839b35051
commit
463d288dec
1 changed files with 3 additions and 0 deletions
|
@ -19,6 +19,9 @@ URL_VERSION="https://version.home-assistant.io/stable.json"
|
||||||
HASSIO_VERSION=$(curl -s ${URL_VERSION} | jq -e -r '.supervisor')
|
HASSIO_VERSION=$(curl -s ${URL_VERSION} | jq -e -r '.supervisor')
|
||||||
URL_APPARMOR_PROFILE="https://version.home-assistant.io/apparmor.txt"
|
URL_APPARMOR_PROFILE="https://version.home-assistant.io/apparmor.txt"
|
||||||
|
|
||||||
|
# reload systemd
|
||||||
|
info "Reload systemd"
|
||||||
|
systemctl daemon-reload
|
||||||
|
|
||||||
# Restart NetworkManager
|
# Restart NetworkManager
|
||||||
info "Restarting NetworkManager"
|
info "Restarting NetworkManager"
|
||||||
|
|
Loading…
Reference in a new issue