update rules and systemd
This commit is contained in:
parent
b5c0711778
commit
7303ed2439
|
@ -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
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
#export DH_VERBOSE=1
|
||||
|
||||
%:
|
||||
dh $@
|
||||
dh $@ --with-systemd
|
||||
|
||||
override_dh_auto_build:
|
||||
|
||||
|
|
Loading…
Reference in New Issue