From 9182038d127ffd24bd2db5cf890164f1267c8f0e Mon Sep 17 00:00:00 2001 From: Johannes Zellner Date: Thu, 30 Jun 2016 15:01:32 +0200 Subject: [PATCH] Revert "Do not wait for cloudron.target to stop" This reverts commit dcfe2e4fdbcbd2acb98cefe9b50ef0bb1828eb48. --- setup/stop.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/setup/stop.sh b/setup/stop.sh index dbea8927f..120804d5a 100755 --- a/setup/stop.sh +++ b/setup/stop.sh @@ -4,5 +4,4 @@ set -eu -o pipefail echo "Stopping cloudron" -# we do not wait until all services stop, so we can still respond to the retire request -systemctl stop --no-block cloudron.target +systemctl stop cloudron.target