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
17 lines
376 B
Desktop File
17 lines
376 B
Desktop File
[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 |