diff options
| author | Joey Hess <joeyh@joeyh.name> | 2015-06-02 00:37:17 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2015-06-02 00:37:17 -0400 |
| commit | fd9d172bcd9f217b67a60ed2e694bad4f6602d32 (patch) | |
| tree | f3b4bde882120e169a8073350853125f639449c4 /src | |
| parent | af450d89c8c78c544ad0329501a5bbc535079a18 (diff) | |
wording
Diffstat (limited to 'src')
| -rw-r--r-- | src/Propellor/Property/Systemd.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Propellor/Property/Systemd.hs b/src/Propellor/Property/Systemd.hs index fa40868b..17849980 100644 --- a/src/Propellor/Property/Systemd.hs +++ b/src/Propellor/Property/Systemd.hs @@ -346,7 +346,7 @@ instance Publishable (Proto, Bound Port) where -- This feature was first added in systemd version 220. -- -- This property is only needed (and will only work) if the container --- is configured private networking. Also, networkd should be enabled +-- is configured to use private networking. Also, networkd should be enabled -- both inside the container, and on the host. For example: -- -- > foo :: Host |
