Commit initial

This commit is contained in:
2020-06-17 13:17:15 +02:00
commit c94ba39062
8 changed files with 1637 additions and 0 deletions

11
debian/hydra.service vendored Normal file
View File

@ -0,0 +1,11 @@
[Unit]
Description=Serveur OpenID Connect Hydra
After=network-online.target
[Service]
Type=simple
ExecStart=/usr/bin/hydra --config /etc/hydra/hydra.yml serve all
Restart=on-failure
[Install]
WantedBy=multi-user.target