Public bug reported:

zram-config.service starts too late, because of this using zram for /tmp
and other system folder prevents from starting GDM and other services in
Ubuntu 18.04

Problem can be solved by adding these lines to /lib/systemd/system/zram-
config.service

[Unit]
After=local-fs.target
Before=sysinit.target

[Install]
WantedBy=sysinit.target

I'm attaching a patch for improved zram-config 0.6 by Eugene San, see
bug #1548424

** Affects: zram-config (Ubuntu)
     Importance: Undecided
         Status: New


** Tags: patch

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1761740

Title:
  [PATCH] zram-config.service should start earlier - add "After=local-
  fs.target" and "Before=sysinit.target"

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/zram-config/+bug/1761740/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to