mirror of
https://github.com/systemd/systemd.git
synced 2024-11-25 03:03:34 +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:
parent
8eb9058dc1
commit
e26b50585b
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user