mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-10-31 23:49:25 +01:00
cron: add firewalld icmpv6 allowing
This commit is contained in:
parent
45cf5ecf61
commit
5869247cc3
@ -1,6 +1,9 @@
|
|||||||
# Ensure /etc/sysctl.d/ gets read
|
# Ensure /etc/sysctl.d/ gets read
|
||||||
@reboot /usr/sbin/sysctl -p --system >/dev/null 2>&1
|
@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/
|
# 3rd party Xbox controller initialization. See Mikaela/gist/gayming/
|
||||||
@reboot /root/fixcontroller.py
|
@reboot /root/fixcontroller.py
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user