Go to file
2025-03-18 16:12:37 +01:00
conf initial commit 2025-03-15 10:55:15 +01:00
.gitignore Some minor changes. 2025-03-18 16:09:41 +01:00
add-cron-for-checking-cert.sh initial commit 2025-03-15 10:55:15 +01:00
install-keycloak.sh Some minor changes. 2025-03-18 16:09:18 +01:00
keycloak-26.1.3.tar.gz initial commit 2025-03-15 10:55:15 +01:00
README.admin Some minor changes. 2025-03-18 16:09:41 +01:00
README.rm-keycloak-service move script rm-keycloak-service.sh into a README file. 2025-03-18 16:12:37 +01:00
uprgade-keycloak.sh uprgade-keycloak.sh: some minor changes.. 2025-03-18 16:08:41 +01:00

#!/usr/bin/env bash

systemctl stop keycloak.service
systemctl disable keycloak.service

rm /etc/systemd/system/keycloak.service

rm -rf /opt/*

exit 0