mirror of
https://github.com/Dasharo/systemd.git
synced 2026-03-06 15:02:31 -08: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