diff --git a/config_linux.go b/config_linux.go index 9f1d445..9bc58a3 100644 --- a/config_linux.go +++ b/config_linux.go @@ -29,7 +29,7 @@ type Cgroup struct { ScopePrefix string `json:"scope_prefix,omitempty"` // Resources contains various cgroups settings to apply. - *Resources `json:"Resources,omitempty"` + *Resources // Systemd tells if systemd should be used to manage cgroups. Systemd bool `json:"Systemd,omitempty"`