Rename SystemProperties to Sysctl and make it available in the runc config

Signed-off-by: Mrunal Patel <mrunalp@gmail.com>
This commit is contained in:
Mrunal Patel
2015-07-06 19:18:08 -04:00
parent d61480ea3d
commit 8ea6c65d12
4 changed files with 6 additions and 5 deletions
+1 -1
View File
@@ -65,7 +65,7 @@ func (l *linuxStandardInit) Init() error {
return err
}
for key, value := range l.config.Config.SystemProperties {
for key, value := range l.config.Config.Sysctl {
if err := writeSystemProperty(key, value); err != nil {
return err
}