aminda-nocron-reboot.service: fix conflict with systemd-zram-setup@zram0.service

This commit is contained in:
Aminda Suomalainen 2024-05-01 10:38:54 +03:00
parent 6e0f72c7b1
commit 1aca183f92
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q

View File

@ -13,7 +13,8 @@ ExecStartPre=-/usr/sbin/sysctl net.ipv6.conf.all.disable_ipv6=0
# These services are called here, so # These services are called here, so
ExecStartPre=-/usr/bin/systemctl start firewalld.service ExecStartPre=-/usr/bin/systemctl start firewalld.service
# https://github.com/systemd/zram-generator # 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) # Ensure we really allow ICMPv6 on FEDORA (or firewalld)
ExecStart=-/usr/bin/firewall-cmd --add-protocol=ipv6-icmp ExecStart=-/usr/bin/firewall-cmd --add-protocol=ipv6-icmp
# 3rd party Xbox controller initialization. See Mikaela/gist/gayming/ # 3rd party Xbox controller initialization. See Mikaela/gist/gayming/