move script rm-keycloak-service.sh into a README file.
This commit is contained in:
10
README.rm-keycloak-service
Normal file
10
README.rm-keycloak-service
Normal 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
|
Reference in New Issue
Block a user