From e414c4935f78fbf7c3765bb69d9fe9ca9bcdd28d Mon Sep 17 00:00:00 2001 From: Nabeen Tiwaree <90331517+Iyamnabeen@users.noreply.github.com> Date: Tue, 19 Jul 2022 21:06:37 +0545 Subject: [PATCH] ```remove:``` unnessary services --- base/profile.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/base/profile.conf b/base/profile.conf index 747338c..f6c4a2e 100644 --- a/base/profile.conf +++ b/base/profile.conf @@ -6,7 +6,7 @@ # connmand or NetworkManager is added to the pkglist dynamicly # only added if in array, these pkgs have no list entry -SERVICES=('acpid' 'bluetoothd' 'cronie' 'cupsd' 'metalog' 'NetworkManager') +SERVICES=('NetworkManager') ################# live-session #################