mirror of
https://github.com/ansible-middleware/keycloak.git
synced 2025-08-16 11:01:50 -07:00
refactor
This commit is contained in:
parent
dd6171f024
commit
3b1534d700
6 changed files with 9 additions and 44 deletions
|
@ -5,7 +5,7 @@ After=network.target
|
|||
|
||||
[Service]
|
||||
Type=simple
|
||||
EnvironmentFile=-/etc/sysconfig/keycloak
|
||||
EnvironmentFile=-{{ keycloak_quarkus_sysconf_file }}
|
||||
PIDFile={{ keycloak_quarkus_service_pidfile }}
|
||||
{% if keycloak_quarkus_start_dev %}
|
||||
ExecStart={{ keycloak.home }}/bin/kc.sh start-dev
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue