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