Skip to content

Instantly share code, notes, and snippets.

View JorgeAnzola's full-sized avatar
:octocat:

Jorge Anzola JorgeAnzola

:octocat:
View GitHub Profile
@JorgeAnzola
JorgeAnzola / How to remove supervised Home Assistant's docker installation
Last active July 24, 2021 13:17
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