Revert "Do not wait for cloudron.target to stop"

This reverts commit dcfe2e4fdbcbd2acb98cefe9b50ef0bb1828eb48.
This commit is contained in:
Johannes Zellner
2016-06-30 15:01:32 +02:00
parent da836d6bbe
commit 9182038d12
+1 -2
View File
@@ -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