Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save anatoliykant/7b58c479f78d02bb756da56f209c2e4a to your computer and use it in GitHub Desktop.
Save anatoliykant/7b58c479f78d02bb756da56f209c2e4a 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