Comment 5 for bug 1548424

Revision history for this message
Mantas Kriaučiūnas (mantas) wrote :

Dear Eugene San, could you fix important bug in your zram-config branch lp:~eugenesan/+junk/zram-config ?

zram-config.service starts too late, because of this using zram for /tmp and other system folder prevents from starting GDM and some 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 zram-config 0.6

See bug #1761740 for more info.