diff options
author | Lennart Poettering <lennart@poettering.net> | 2015-08-26 19:38:15 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2015-08-26 20:45:29 +0200 |
commit | e26b50585b29acfe1ca9346850490b8fbe84aece (patch) | |
tree | 07f4c2cf61dfac41138d426067036ec983fc5a0d /network/80-container-host0.network | |
parent | 8eb9058dc1f99a5eb9b8726a978fcc0720837a10 (diff) |
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.
Diffstat (limited to 'network/80-container-host0.network')
-rw-r--r-- | network/80-container-host0.network | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/network/80-container-host0.network b/network/80-container-host0.network index a778ecfef1..b65cc6acbe 100644 --- a/network/80-container-host0.network +++ b/network/80-container-host0.network @@ -12,3 +12,6 @@ Name=host0 [Network] DHCP=yes LinkLocalAddressing=yes + +[DHCP] +UseTimezone=yes |