Some minor changes.

This commit is contained in:
2025-03-18 16:09:41 +01:00
parent 0712a8fbad
commit be11ad67d9
3 changed files with 13 additions and 2 deletions

10
rm-keycloak-service.sh Executable file
View File

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