Merge pull request #516 from justincormack/random-seed-key

add random-seed database key
This commit is contained in:
Justin Cormack 2016-09-15 16:01:58 +01:00 committed by GitHub
commit 048ee3abfd

View File

@ -12,6 +12,7 @@ start() {
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 etc/resolv.conf && mobyconfig get etc/resolv.conf > /etc/resolv.conf
mobyconfig exists random-seed && mobyconfig get random-seed > /dev/urandom
mobyconfig exists etc/hosts && mobyconfig get etc/hosts >> /etc/hosts