puppet/modules/rhizo_base/files/rc.local
Keith Whyte cf353bc8cd Add an rc.local
Globally disable IPv6 and get IP addresses for the monitor.
2021-06-22 20:20:24 +02:00

7 lines
96 B
Bash

#!/bin/sh -e
/home/rhizomatica/bin/get_ip.sh
sysctl net.ipv6.conf.all.disable_ipv6=1
exit 0