dataset/seed/lemonldap/templates/lemonldap-ng-fastcgi-server.service

7 lines
347 B
SYSTEMD
Raw Normal View History

2022-03-08 19:42:28 +01:00
[Unit]
2022-08-18 16:38:37 +02:00
After=risotto.target nginx.service
2022-03-08 19:42:28 +01:00
[Service]
2022-08-18 10:19:43 +02:00
ExecStartPost=-/usr/bin/timeout 10 bash -c 'while ! /usr/local/lib/sbin/interne_well_known.pl > /var/www/html/.well-known/openid-configuration/int; do sleep 1; done'
ExecStartPost=-/bin/bash -c '/usr/local/lib/sbin/interne_well_known.pl no > /var/www/html/.well-known/openid-configuration/ext'