#!/usr/bin/env bash systemctl stop keycloak.service systemctl disable keycloak.service rm /etc/systemd/system/keycloak.service rm -rf /opt/* exit 0