update rules and systemd

This commit is contained in:
Matthieu Lamalle 2023-04-03 17:15:11 +02:00
parent b5c0711778
commit 7303ed2439
2 changed files with 3 additions and 3 deletions

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

2
debian/rules vendored
View File

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