From e0752d3605914ba1455b5fa392d0c70c0586472d Mon Sep 17 00:00:00 2001 From: user Date: Mon, 24 Jul 2023 09:06:52 +0200 Subject: [PATCH] replace optional systemd services --- arch-graphical-install-auto.sh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/arch-graphical-install-auto.sh b/arch-graphical-install-auto.sh index 6aadb6c..b2e9219 100755 --- a/arch-graphical-install-auto.sh +++ b/arch-graphical-install-auto.sh @@ -323,11 +323,10 @@ systemctl enable ntpd systemctl enable avahi-daemon systemctl enable cups systemctl enable sshd -systemctl disable systemd-random-seed.service systemctl enable cronie systemctl enable systemd-timesyncd.service -systemctl disable docker -systemctl disable x11vnc +# systemctl disable docker +# systemctl disable x11vnc #systemctl enable mpd #systemctl enable syncthing@simono41.service echo "Bitte OpenVPN config in die /etc/openvpn/client/client.conf kopieren!!!"