From 6111c3be7ccf518f86da5aa6605f87bac5bb8bbc Mon Sep 17 00:00:00 2001 From: Disassembler Date: Wed, 25 Apr 2018 11:21:26 +0200 Subject: [PATCH] Add Postfix to GHU Health init dependencies --- gnuhealth/etc/init.d/gnuhealth | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnuhealth/etc/init.d/gnuhealth b/gnuhealth/etc/init.d/gnuhealth index bc1c9ee..1fca697 100755 --- a/gnuhealth/etc/init.d/gnuhealth +++ b/gnuhealth/etc/init.d/gnuhealth @@ -3,7 +3,7 @@ description="GNU Health docker container" depend() { - need docker postgres + need docker postfix postgres } start() {