Compare commits

5 Commits

Author SHA1 Message Date
4a993cbe15 update rules 2023-04-03 17:19:53 +02:00
7303ed2439 update rules and systemd 2023-04-03 17:15:11 +02:00
b5c0711778 override_dh_auto_test 2023-04-03 17:04:26 +02:00
acfe8ab38e override_dh_build 2023-04-03 17:01:04 +02:00
b47a6ddd02 override_dh_auto_build 2023-04-03 16:58:34 +02:00
2 changed files with 7 additions and 3 deletions

View File

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

6
debian/rules vendored
View File

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