summaryrefslogtreecommitdiff
path: root/doc/todo/Hostname_is_not_set_in_a_systemd_container.mdwn
blob: 6b6db329590b1bd7e7631c56e37cd1abfa7516f8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
Hello,

I use propellor to deploy systemd containers. I have a problem with
`Hostname.setTo`, it sets the hostname in `/etc/hostname`, but the container
hostname is not set until I restart the container.

Note: I use `Systemd.containerCfg "network-bridge=br0"`, so the container has
a different network stack.

I suppose that the `check (not <$> inChroot)` might be the problem here.

> [[fixed|done]]