From fe821ecfd147b75136f44170f1b4da070fd1cc3b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mi=C5=82osz=20Stocki?= Date: Thu, 26 Nov 2020 13:26:32 +0100 Subject: [PATCH] postfix start fix --- entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entrypoint.sh b/entrypoint.sh index 71770a9..0914080 100644 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -17,7 +17,7 @@ sed -i "s/\#relayhost = /relayhost = ${POSTFIX_RELAY_HOST}/g" /etc/postfix/main. echo "root:$ROOT_PASSWD" | chpasswd # Start the first process -/usr/bin/postfix start +/usr/sbin/postfix start ./usr/lib/x86_64-linux-gnu/proxmox-backup/proxmox-backup-api & sleep 10