Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save League2EB/d5a39724c1f9ac7f65fcc2f29e311dd8 to your computer and use it in GitHub Desktop.
Save League2EB/d5a39724c1f9ac7f65fcc2f29e311dd8 to your computer and use it in GitHub Desktop.
1) stop services:
sudo systemctl stop hassio-supervisor.service
sudo systemctl stop hassio-apparmor.service
2) disable services:
sudo systemctl disable hassio-supervisor.service
sudo systemctl disable hassio-apparmor.service
3) remove services:
sudo rm -rf /etc/systemd/system/hassio-supervisor.service
sudo rm -rf /etc/systemd/system/hassio-apparmor.service
4) removing folders:
sudo rm -rf /usr/sbin/hassio-supervisor
sudo rm -rf /usr/sbin/hassio-apparmor
5) remove containers/images
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment