mirror of
https://github.com/morgan9e/systemd
synced 2026-04-14 08:25:20 +09:00
network: turn on DHCP timezone passing between container and host
Let's turn on DHCP timezone passing from the host to a container, so that the timezone is always in sync.
This commit is contained in:
@@ -12,3 +12,6 @@ Name=host0
|
||||
[Network]
|
||||
DHCP=yes
|
||||
LinkLocalAddressing=yes
|
||||
|
||||
[DHCP]
|
||||
UseTimezone=yes
|
||||
|
||||
@@ -15,3 +15,6 @@ Address=0.0.0.0/28
|
||||
LinkLocalAddressing=yes
|
||||
DHCPServer=yes
|
||||
IPMasquerade=yes
|
||||
|
||||
[DHCPServer]
|
||||
EmitTimezone=yes
|
||||
|
||||
Reference in New Issue
Block a user