From e5656cc75727b1312a106bc7be38f302c0517d63 Mon Sep 17 00:00:00 2001 From: Justin Cormack Date: Thu, 19 Jan 2017 15:18:30 +0000 Subject: [PATCH] Remove sysctl and sysfs database overrides These never got an interface on any platform, and I don't think they ever will, we can increase global limits or you can set something with a privileged container. Can add back later if required. Signed-off-by: Justin Cormack --- alpine/packages/hostsettings/etc/init.d/hostsettings | 3 --- 1 file changed, 3 deletions(-) diff --git a/alpine/packages/hostsettings/etc/init.d/hostsettings b/alpine/packages/hostsettings/etc/init.d/hostsettings index d63268072..5d6f869f3 100755 --- a/alpine/packages/hostsettings/etc/init.d/hostsettings +++ b/alpine/packages/hostsettings/etc/init.d/hostsettings @@ -11,9 +11,6 @@ depend() { start() { ebegin "Configuring host settings from database" - mobyconfig exists etc/sysctl.conf && mobyconfig get etc/sysctl.conf > /etc/sysctl.conf - mobyconfig exists etc/sysfs.conf && mobyconfig get etc/sysfs.conf > /etc/sysfs.conf - mobyconfig exists random-seed && mobyconfig get random-seed > /dev/urandom mobyconfig exists etc/resolv.conf && mobyconfig get etc/resolv.conf > /etc/resolv.conf