From 3bc384f1dccf9fab849ae8c38ee84fa367e80fed Mon Sep 17 00:00:00 2001 From: Daniel Winzen Date: Sat, 5 Sep 2020 17:51:34 +0200 Subject: [PATCH] Stop systemd-resolved if it was already running --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4ae17cd..ecda59b 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ The configuration was tested with a standard Debian buster and Ubuntu 18.04 LTS Uninstall packages that may interfere with this setup: ``` -DEBIAN_FRONTEND=noninteractive apt-get purge -y apache2* resolvconf eatmydata exim4* imagemagick-6-common mysql-client* mysql-server* nginx* libnginx-mod* php7* && systemctl disable systemd-resolved.service +DEBIAN_FRONTEND=noninteractive apt-get purge -y apache2* resolvconf eatmydata exim4* imagemagick-6-common mysql-client* mysql-server* nginx* libnginx-mod* php7* && systemctl disable systemd-resolved.service && systemctl stop systemd-resolved.service ``` The following command will install all required packages: