[Bug 1761740] [NEW] [PATCH] zram-config.service should start earlier - add "After=local-fs.target" and "Before=sysinit.target"
Mantas Kriaučiūnas
mantas at akl.lt
Fri Apr 6 12:51:54 UTC 2018
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
Foundations Bugs, which is subscribed to zram-config in Ubuntu.
https://bugs.launchpad.net/bugs/1761740
Title:
[PATCH] zram-config.service should start earlier - add "After=local-
fs.target" and "Before=sysinit.target"
Status in zram-config package in Ubuntu:
New
Bug description:
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
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/zram-config/+bug/1761740/+subscriptions
More information about the foundations-bugs
mailing list