6 Commits

4 changed files with 8 additions and 5 deletions

2
debian/control vendored
View File

@ -11,4 +11,4 @@ Vcs-Browser: https://forge.cadoles.com/wpetit/goweb-oidc
Package: mse-oidc-demo
Architecture: all
Depends: ${misc:Depends}, docker.io, docker-compose
Description: Application de démo oidc MSE
Description: Démo OIDC pour MSE

View File

@ -7,9 +7,9 @@ StartLimitInterval=0
[Service]
Type=simple
WorkingDirectory=/srv/mse-oidc-demo/
ExecStart=docker-compose up
ExecStart=/usr/bin/docker-compose up
ExecStop=/usr/bin/docker-compose down
Restart=always
StartLimitIntervalSec=0
User=root
Group=root

6
debian/rules vendored Executable file → Normal file
View File

@ -5,5 +5,9 @@
#export DH_VERBOSE=1
%:
dh $@
dh $@ --with-systemd
override_dh_auto_build:
override_dh_auto_test:

View File

@ -1 +0,0 @@
3.0 (native)