summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/todo/Hostname_is_not_set_in_a_systemd_container.mdwn10
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/todo/Hostname_is_not_set_in_a_systemd_container.mdwn b/doc/todo/Hostname_is_not_set_in_a_systemd_container.mdwn
new file mode 100644
index 00000000..e88dcac6
--- /dev/null
+++ b/doc/todo/Hostname_is_not_set_in_a_systemd_container.mdwn
@@ -0,0 +1,10 @@
+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.