Skip to content

Commit

Permalink
systemd daemon reload
Browse files Browse the repository at this point in the history
  • Loading branch information
ikifar2012 authored Dec 18, 2023
1 parent 1839b35 commit 463d288
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions homeassistant-supervised/DEBIAN/postinst
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ URL_VERSION="https://version.home-assistant.io/stable.json"
HASSIO_VERSION=$(curl -s ${URL_VERSION} | jq -e -r '.supervisor')
URL_APPARMOR_PROFILE="https://version.home-assistant.io/apparmor.txt"

# reload systemd
info "Reload systemd"
systemctl daemon-reload

# Restart NetworkManager
info "Restarting NetworkManager"
Expand Down

0 comments on commit 463d288

Please sign in to comment.