Artix Linux Forum

Init systems => S6 => Topic started by: Piere on 14 July 2023, 05:42:28

Title: Disabling IPV6 on s6
Post by: Piere on 14 July 2023, 05:42:28
I can't find much info on how to disable IPV6 without systemd. How would I achieve this permanently or every time I log on?
Title: Re: Disabling IPV6 on s6
Post by: doheka on 14 July 2023, 06:00:32
https://wiki.archlinux.org/title/IPv6#Disable_IPv6
Title: Re: Disabling IPV6 on s6
Post by: Piere on 14 July 2023, 06:37:53
I've looked through this but I'd like to have is disabled when I boot next time too without entering commands, how would I do this? I've tried entering the command which disables it in rc.local but it doesn't activate the command upon login.
Title: Re: Disabling IPV6 on s6
Post by: doheka on 14 July 2023, 07:02:00
Just add ipv6.disable=1 to your system boot options.