From 5f14e217c0fc0d904d8960e1a7273783e7d48cb5 Mon Sep 17 00:00:00 2001 From: Pratham Patel Date: Sat, 25 Mar 2023 14:07:02 +0530 Subject: [PATCH] chroot setup: add new service virt-pool-online.service --- scripts/chroot-setup.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/chroot-setup.sh b/scripts/chroot-setup.sh index 6f432a0..0b40476 100644 --- a/scripts/chroot-setup.sh +++ b/scripts/chroot-setup.sh @@ -190,10 +190,12 @@ systemctl enable sddm.service systemctl enable libvirtd.service systemctl enable NetworkManager.service systemctl enable sshd.service +# custom services systemctl enable hdd-standby-on-boot.service systemctl enable hdd-standby-on-resume.service systemctl enable import-flameboi-st.service systemctl enable import-heathen-disk.service +systemctl enable virt-pool-online.service # enable bspwm hook cp /chroot-scripts/bspwm.hook /etc/pacman.d/hooks/bspwm.hook