1
0
mirror of https://github.com/rancher/os.git synced 2025-08-01 23:17:50 +00:00

system services restart=always

This commit is contained in:
Ivan Mikushin 2015-04-28 15:20:42 +05:00
parent 9c7663b0d3
commit 0c8896178c

View File

@ -95,6 +95,7 @@ func NewConfig() *Config {
SystemContainers: map[string]*project.ServiceConfig{
"udev": {
Image: "udev",
Restart: "always",
Net: "host",
Privileged: true,
Labels: []string{
@ -254,6 +255,7 @@ func NewConfig() *Config {
},
"ntp": {
Image: "ntp",
Restart: "always",
Privileged: true,
Net: "host",
Labels: []string{
@ -266,6 +268,7 @@ func NewConfig() *Config {
},
"syslog": {
Image: "syslog",
Restart: "always",
Privileged: true,
Net: "host",
Labels: []string{
@ -278,6 +281,7 @@ func NewConfig() *Config {
},
"userdocker": {
Image: "userdocker",
Restart: "always",
Privileged: true,
Pid: "host",
Ipc: "host",