From f09cea345f97aab38ffd2d406c641a756e548b77 Mon Sep 17 00:00:00 2001 From: Martin Whitaker Date: Mon, 13 Feb 2017 22:29:44 +0000 Subject: live.cfg: don't disable CUPS service - s-c-p won't automatically enable it. --- config/live.cfg | 3 --- 1 file changed, 3 deletions(-) diff --git a/config/live.cfg b/config/live.cfg index 079332e..e7014c6 100644 --- a/config/live.cfg +++ b/config/live.cfg @@ -227,9 +227,6 @@ my $_l = { # disable dnf-makecache - it uses too much memory in a Live system "systemctl disable dnf-makecache.service", "systemctl disable dnf-makecache.timer", - # disable cups server - it slows down boot - "systemctl disable cups.service", - "systemctl disable cups-browsed.service", # disable HPLIP systray startup "echo 'Hidden=true' >> /etc/xdg/autostart/hplip-systray.desktop", -- cgit v1.2.1