From aecb6366641e6a27a2d6bf0a48b290fb1b3776a4 Mon Sep 17 00:00:00 2001 From: cypa Date: Sat, 6 Jun 2020 17:21:44 +0500 Subject: [PATCH 1/2] Update zram.spec --- zram.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zram.spec b/zram.spec index 13b4ac1..adec16f 100644 --- a/zram.spec +++ b/zram.spec @@ -1,6 +1,6 @@ Summary: Enable compressed swap in memory Name: zram -Version: 1.0.0 +Version: 1.0.1 Release: 2%{?dist} License: GPLv2 Group: System Environment/Daemons From 373bd74ac71b440f0668a355f3655c6286fb650d Mon Sep 17 00:00:00 2001 From: cypa Date: Sat, 6 Jun 2020 17:22:45 +0500 Subject: [PATCH 2/2] Update mkzram.service --- mkzram.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mkzram.service b/mkzram.service index 340b877..f6fce09 100644 --- a/mkzram.service +++ b/mkzram.service @@ -1,6 +1,6 @@ [Unit] Description=Enable compressed swap in memory using zram -After=multi-user.target +After=systemd-udev-settle.service [Service] RemainAfterExit=yes