Stop GNU Health container using SIGINT

This commit is contained in:
Disassembler 2018-04-29 22:17:37 +02:00
parent 98cfa74e88
commit 6a988d8297
Signed by: Disassembler
GPG Key ID: 524BD33A0EE29499

View File

@ -25,5 +25,5 @@ stop_pre() {
}
stop() {
/usr/bin/docker stop gnuhealth
/usr/bin/docker kill -s SIGINT gnuhealth
}