mirror of
https://github.com/ansible-middleware/keycloak.git
synced 2025-04-06 10:50:31 -07:00
Add User and Group directives in systemd unit file
This commit is contained in:
parent
345c50fb85
commit
07b1c514bb
1 changed files with 2 additions and 0 deletions
|
@ -8,6 +8,8 @@ StartLimitBurst={{ keycloak_service_startlimitburst }}
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
Type=forking
|
Type=forking
|
||||||
|
User={{ keycloak_service_user }}
|
||||||
|
Group={{ keycloak_service_group }}
|
||||||
EnvironmentFile=-/etc/sysconfig/keycloak
|
EnvironmentFile=-/etc/sysconfig/keycloak
|
||||||
PIDFile={{ keycloak_service_pidfile }}
|
PIDFile={{ keycloak_service_pidfile }}
|
||||||
ExecStart={{ keycloak_dest }}/keycloak-service.sh start
|
ExecStart={{ keycloak_dest }}/keycloak-service.sh start
|
||||||
|
|
Loading…
Add table
Reference in a new issue