From 0521c46afa81aa8235679be52b8ac41a4b2a8a17 Mon Sep 17 00:00:00 2001 From: Neal Gompa Date: Mon, 8 Apr 2024 22:53:03 -0400 Subject: [PATCH] config.sh: Drop unneeded configuration The various systemd services are enabled through presets already, so this is redundant. --- config.sh | 6 ------ 1 file changed, 6 deletions(-) diff --git a/config.sh b/config.sh index 201f0a1..81bf143 100755 --- a/config.sh +++ b/config.sh @@ -54,12 +54,6 @@ passwd -l root # Setup default services #-------------------------------------- -## Enable chrony -systemctl enable sshd.service -## Enable NetworkManager -systemctl enable NetworkManager.service -## Enable chrony -systemctl enable chronyd.service ## Enable persistent journal mkdir -p /var/log/journal