mirror of
https://github.com/rancher/os.git
synced 2025-08-31 22:32:14 +00:00
Fix systemd emulation
This commit is contained in:
@@ -140,6 +140,7 @@ func getLaunchConfig(cfg *config.CloudConfig, dockerCfg *config.DockerConfig) (*
|
||||
launchConfig.DnsConfig.Nameservers = cfg.Rancher.Network.Dns.Nameservers
|
||||
launchConfig.DnsConfig.Search = cfg.Rancher.Network.Dns.Search
|
||||
launchConfig.Environment = dockerCfg.Environment
|
||||
launchConfig.EmulateSystemd = true
|
||||
|
||||
if !cfg.Rancher.Debug {
|
||||
launchConfig.LogFile = config.SYSTEM_DOCKER_LOG
|
||||
|
Reference in New Issue
Block a user