Merge pull request #1059 from justincormack/sysctl-remove

Remove sysctl and sysfs database overrides
This commit is contained in:
Justin Cormack 2017-01-19 15:57:28 +00:00 committed by GitHub
commit 48754c2962

View File

@ -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