summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Whitaker <mageia@martin-whitaker.me.uk>2017-02-13 22:29:44 +0000
committerMartin Whitaker <mageia@martin-whitaker.me.uk>2017-02-13 22:29:44 +0000
commitf09cea345f97aab38ffd2d406c641a756e548b77 (patch)
tree8fd840d4e37f66e7f813fd832ff20db29cafa3d5
parent736655074c4bb84be9c0f1e659b275cab3e755a1 (diff)
downloaddraklive-config-f09cea345f97aab38ffd2d406c641a756e548b77.tar
draklive-config-f09cea345f97aab38ffd2d406c641a756e548b77.tar.gz
draklive-config-f09cea345f97aab38ffd2d406c641a756e548b77.tar.bz2
draklive-config-f09cea345f97aab38ffd2d406c641a756e548b77.tar.xz
draklive-config-f09cea345f97aab38ffd2d406c641a756e548b77.zip
live.cfg: don't disable CUPS service - s-c-p won't automatically enable it.
-rw-r--r--config/live.cfg3
1 files changed, 0 insertions, 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",