From 73aab981f902b377ee7723474b55d402c5f1f3bd Mon Sep 17 00:00:00 2001 From: Manuel Thalmann Date: Thu, 6 Apr 2023 13:41:20 +0200 Subject: [PATCH] Enable `surface-dtx-daemon` service --- scripts/Arch/Devies/SurfaceBook2/install.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/scripts/Arch/Devies/SurfaceBook2/install.sh b/scripts/Arch/Devies/SurfaceBook2/install.sh index f3d32a7e..e7daf3c8 100755 --- a/scripts/Arch/Devies/SurfaceBook2/install.sh +++ b/scripts/Arch/Devies/SurfaceBook2/install.sh @@ -8,4 +8,7 @@ yay --noconfirm -Syu \ surface-dtx-daemon-bin \ surface-control-bin; +sudo systemctl enable surface-dtx-daemon.service +systemctl enable --user surface-dtx-userd.service + popd > /dev/null;