[Unit] Description=Minimal forward authentication service for the traefik reverse proxy Wants=network.target After=network-online.target traefik.service keycloak.service StartLimitBurst=5 StartLimitIntervalSec=33 [Service] Restart=always Type=simple EnvironmentFile=/opt/traefik/etc/traefik-forward-auth.env ExecStart=/opt/traefik/bin/traefik-forward-auth --config /opt/traefik/etc/traefik-forward-auth.conf WorkingDirectory=/srv/traefik User=traefik Group=itix-svc # If some dependencies of this service are not ready, leave them some time to start RestartSec=10 [Install] WantedBy=multi-user.target default.target