mirror of
https://github.com/systemd/systemd-stable.git
synced 2024-12-22 13:33:56 +03: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]
|
[Network]
|
||||||
DHCP=yes
|
DHCP=yes
|
||||||
LinkLocalAddressing=yes
|
LinkLocalAddressing=yes
|
||||||
|
|
||||||
|
[DHCP]
|
||||||
|
UseTimezone=yes
|
||||||
|
@ -15,3 +15,6 @@ Address=0.0.0.0/28
|
|||||||
LinkLocalAddressing=yes
|
LinkLocalAddressing=yes
|
||||||
DHCPServer=yes
|
DHCPServer=yes
|
||||||
IPMasquerade=yes
|
IPMasquerade=yes
|
||||||
|
|
||||||
|
[DHCPServer]
|
||||||
|
EmitTimezone=yes
|
||||||
|
Loading…
Reference in New Issue
Block a user