From: Michael Tremer Date: Wed, 3 Mar 2021 16:49:39 +0000 (+0000) Subject: core155: Ship dhcp X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=33d2cb29bfd91c95da6af688f15d6bf02f252502;p=people%2Fms%2Fipfire-2.x.git core155: Ship dhcp Signed-off-by: Michael Tremer --- diff --git a/config/rootfiles/core/155/filelists/dhcp b/config/rootfiles/core/155/filelists/dhcp new file mode 120000 index 0000000000..32d8da443d --- /dev/null +++ b/config/rootfiles/core/155/filelists/dhcp @@ -0,0 +1 @@ +../../../common/dhcp \ No newline at end of file diff --git a/config/rootfiles/core/155/update.sh b/config/rootfiles/core/155/update.sh index b0e8f9ad84..4338b1b7b4 100644 --- a/config/rootfiles/core/155/update.sh +++ b/config/rootfiles/core/155/update.sh @@ -71,6 +71,7 @@ sed -E -e "s/^CONNTRACK_(.*?)=on/CONNTRACK_\1=off/g" \ /usr/local/bin/filesystem-cleanup # Start services +/etc/init.d/dhcp restart /etc/init.d/unbound restart /etc/init.d/collectd restart /etc/init.d/squid restart