From 1aca183f9283e548d630254be766772998216f64 Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Wed, 1 May 2024 10:38:54 +0300 Subject: [PATCH] aminda-nocron-reboot.service: fix conflict with systemd-zram-setup@zram0.service --- etc/systemd/system/aminda-nocron-reboot.service | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/etc/systemd/system/aminda-nocron-reboot.service b/etc/systemd/system/aminda-nocron-reboot.service index 23de1788..263de2a2 100644 --- a/etc/systemd/system/aminda-nocron-reboot.service +++ b/etc/systemd/system/aminda-nocron-reboot.service @@ -13,7 +13,8 @@ ExecStartPre=-/usr/sbin/sysctl net.ipv6.conf.all.disable_ipv6=0 # These services are called here, so ExecStartPre=-/usr/bin/systemctl start firewalld.service # https://github.com/systemd/zram-generator -ExecStart=-/usr/bin/systemctl start /dev/zram0 +#ExecStart=-/usr/bin/systemctl start /dev/zram0 +ExecStart=-/usr/bin/systemctl enable --now systemd-zram-setup@zram0.service # Ensure we really allow ICMPv6 on FEDORA (or firewalld) ExecStart=-/usr/bin/firewall-cmd --add-protocol=ipv6-icmp # 3rd party Xbox controller initialization. See Mikaela/gist/gayming/