mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-06-14 19:17:21 +02:00
root's crontab: add Steam Deck Kinoite workaround for NetworkManager/iwd missing network
This commit is contained in:
parent
ef552ece29
commit
ea70c63013
@ -19,4 +19,9 @@
|
|||||||
@reboot /usr/bin/sleep 300 && /usr/sbin/sysctl net.ipv6.conf.all.disable_ipv6=0 >/dev/null 2>&1
|
@reboot /usr/bin/sleep 300 && /usr/sbin/sysctl net.ipv6.conf.all.disable_ipv6=0 >/dev/null 2>&1
|
||||||
@reboot /usr/bin/sleep 315 && /usr/bin/systemctl restart yggdrasil.service --quiet
|
@reboot /usr/bin/sleep 315 && /usr/bin/systemctl restart yggdrasil.service --quiet
|
||||||
|
|
||||||
|
# Fedora Kinoite on Steam Deck workaround for disappearing network on boot
|
||||||
|
# iwd is pulled in by NetworkManager
|
||||||
|
@reboot /usr/bin/sleep 15 && /usr/bin/systemctl stop iwd.service --quiet
|
||||||
|
@reboot /usr/bin/sleep 20 && /usr/bin/systemctl restart NetworkManager.service
|
||||||
|
|
||||||
# vim: filetype=crontab
|
# vim: filetype=crontab
|
||||||
|
Loading…
x
Reference in New Issue
Block a user