Add(module): add girasol module
Add(module): add amap module Add(module): add common lib and services Add(module): add base structure for keycloak Add(module): add base structure for rocket Add(module): add n8n and windmill modules Add(docker): add install docker script in common module Add(template): add root for aldon.fr and mathieu.wiki in traefik.service template
This commit is contained in:
17
modules/apps/keycloak/lib/services/keycloak.service
Normal file
17
modules/apps/keycloak/lib/services/keycloak.service
Normal file
@@ -0,0 +1,17 @@
|
||||
[Unit]
|
||||
Description=Keycloak Authorization Server
|
||||
Requires=network.target
|
||||
After=syslog.target network.target
|
||||
|
||||
[Service]
|
||||
Type=idle
|
||||
User=keycloak
|
||||
Group=keycloak
|
||||
ExecStart=/home/keycloak/keycloak/bin/kc.sh start
|
||||
ExecStop=/home/keycloak/keycloak/bin/kc.sh stop
|
||||
Restart=always
|
||||
RestartSec=15
|
||||
EnvironmentFile=/opt/environment/.env
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
Reference in New Issue
Block a user