summarylogtreecommitdiffstats
path: root/zram-swap.install
diff options
context:
space:
mode:
Diffstat (limited to 'zram-swap.install')
-rw-r--r--zram-swap.install20
1 files changed, 20 insertions, 0 deletions
diff --git a/zram-swap.install b/zram-swap.install
new file mode 100644
index 000000000000..9eac4265e698
--- /dev/null
+++ b/zram-swap.install
@@ -0,0 +1,20 @@
+post_install() {
+ cat << YEET
+
+ Make any desired configuration changes to /etc/default/zram-swap then execute
+
+ $ systemctl daemon-reload
+ $ systemctl enable zram-swap.service
+
+ To enable zram swap immediately run
+
+ $ systemctl start zram-swap.service
+
+ Report any issues to:
+ https://github.com/foundObjects/zram-swap/issues
+
+ This package is forked from:
+ https://github.com/foundObjects/zram-swap
+
+YEET
+}