From 4a38cd404fa5d16acfb8550bd3b1f1c3fb3539d3 Mon Sep 17 00:00:00 2001 From: Charles N Wyble Date: Mon, 23 Jun 2025 19:46:34 -0500 Subject: [PATCH] few more odds and ends before i move to sec hardening --- newSrv.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/newSrv.sh b/newSrv.sh index 6e2ff32..3d023d3 100644 --- a/newSrv.sh +++ b/newSrv.sh @@ -110,7 +110,6 @@ curl --silent --insecure -s https://packages.cisofy.com/keys/cisofy-software-pub curl -fsSL https://pkgs.tailscale.com/stable/debian/bookworm.noarmor.gpg | sudo tee /usr/share/keyrings/tailscale-archive-keyring.gpg >/dev/null curl -fsSL https://pkgs.tailscale.com/stable/debian/bookworm.tailscale-keyring.list | sudo tee /etc/apt/sources.list.d/tailscale.list - # #Patch the system # @@ -286,9 +285,12 @@ systemctl start postfix /usr/sbin/accton on +#if [ $PHYSICAL_HOST -gt 0 ]; then +# power-profiles-daemon # powerprofilesctl set performance #tsys1# systemctl enable power-profiles-daemon #tsys1# systemctl start power-profiles-daemon +#fi if [ "$VIRT_GUEST" = 1 ]; then tuned-adm profile virtual-guest