cron: add firewalld icmpv6 allowing

This commit is contained in:
Aminda Suomalainen 2024-04-25 12:46:17 +03:00
parent 45cf5ecf61
commit 5869247cc3
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q
1 changed files with 3 additions and 0 deletions

View File

@ -1,6 +1,9 @@
# Ensure /etc/sysctl.d/ gets read
@reboot /usr/sbin/sysctl -p --system >/dev/null 2>&1
# Ensure we really allow ICMPv6 on FEDORA
@reboot /usr/bin/firewall-cmd --add-protocol=ipv6-icmp >/dev/null 2>&1
# 3rd party Xbox controller initialization. See Mikaela/gist/gayming/
@reboot /root/fixcontroller.py