From d3e2c56aed9345b4d55bcfa971a4260c5223b401 Mon Sep 17 00:00:00 2001 From: exu Date: Fri, 27 Oct 2023 20:03:05 +0200 Subject: [PATCH] Services long removed --- arch-config/scripts/arch-config.sh | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/arch-config/scripts/arch-config.sh b/arch-config/scripts/arch-config.sh index ff28d7e5..ec85d69e 100755 --- a/arch-config/scripts/arch-config.sh +++ b/arch-config/scripts/arch-config.sh @@ -385,16 +385,6 @@ if [[ $(pacman -Q | grep vmware-workstation) ]]; then sudo systemctl enable --now vmware-usbarbitrator.service || echo "Service failed, continuing" fi -# NOTE temporary -# remove old vmware services -if [ -f "/etc/systemd/system/vmware.service" ]; then - sudo rm "/etc/systemd/system/vmware.service" -fi -if [ -f "/etc/systemd/system/vmware-networks-server.service" ]; then - sudo rm "/etc/systemd/system/vmware-networks-server.service" -fi -if [ -f "/etc/systemd/system/vmware-usbarbitrator.service" ]; then - sudo rm "/etc/systemd/system/vmware-usbarbitrator.service" fi # enable fstrim timer