Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save JorgeAnzola/dc3e6734becda6731b56dad5df313d27 to your computer and use it in GitHub Desktop.
Save JorgeAnzola/dc3e6734becda6731b56dad5df313d27 to your computer and use it in GitHub Desktop.
How to remove supervised Home Assistant's docker installation
- Stop services:
sudo systemctl stop hassio-supervisor.service
sudo systemctl stop hassio-apparmor.service
- Disable services:
sudo systemctl disable hassio-supervisor.service
sudo systemctl disable hassio-apparmor.service
- Remove services:
sudo rm -rf /etc/systemd/system/hassio-supervisor.service
sudo rm -rf /etc/systemd/system/hassio-apparmor.service
- Remove folders:
sudo rm -rf /usr/sbin/hassio-supervisor
sudo rm -rf /usr/sbin/hassio-apparmor
sudo rm /etc/hassio.json
sudo rm /usr/sbin/hassio-apparmor
sudo rm /etc/systemd/system/hassio-apparmor.service
sudo rm /usr/sbin/hassio-supervisor
sudo rm /etc/systemd/system/hassio-supervisor.service
sudo rm -r /usr/share/hassio
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment