chore: add debian packaging recipe

This commit is contained in:
2021-09-17 11:33:17 +02:00
parent fb981c5df9
commit bd2c94fc15
6 changed files with 187 additions and 0 deletions

12
debian/hydra-werther.service vendored Normal file
View File

@ -0,0 +1,12 @@
[Unit]
Description=Run Hydra Werther login/consent/logout app
After=network-online.target
[Service]
Type=simple
EnvironmentFile=/etc/hydra-werther/hydra-werther.conf
ExecStart=/usr/bin/hydra-werther
Restart=on-failure
[Install]
WantedBy=multi-user.target