Skip to content
Snippets Groups Projects
Verified Commit 02cae5ad authored by David Mehren's avatar David Mehren
Browse files

Automatically restart Keycloak after it crashes

parent e3066752
No related branches found
No related tags found
No related merge requests found
Pipeline #26983 passed
...@@ -15,6 +15,7 @@ RuntimeDirectory=keycloak ...@@ -15,6 +15,7 @@ RuntimeDirectory=keycloak
LimitNOFILE=102642 LimitNOFILE=102642
PIDFile=/run/keycloak/keycloak.pid PIDFile=/run/keycloak/keycloak.pid
ExecStart={{ keycloak_jboss_home }}/bin/standalone.sh -b 0.0.0.0 ExecStart={{ keycloak_jboss_home }}/bin/standalone.sh -b 0.0.0.0
Restart=on-failure
[Install] [Install]
WantedBy=multi-user.target WantedBy=multi-user.target
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment