diff options
| author | Joey Hess <joeyh@joeyh.name> | 2015-10-23 17:38:48 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2015-10-23 17:38:48 -0400 |
| commit | 70797918ff2dd1d0588e4a3d2eb2a38381ecd9ed (patch) | |
| tree | b755fba501fcbe013d7c9294fc7ce4b21a2d057a /src/Propellor/Property/Systemd.hs | |
| parent | 42ed4b5e68ec84106850c07904ee6124a7805742 (diff) | |
| parent | 0d08ba360b576fe000a9ce67ce2082267aad9d5c (diff) | |
Merge branch 'joeyconfig'
Diffstat (limited to 'src/Propellor/Property/Systemd.hs')
| -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 700bc350..8761d842 100644 --- a/src/Propellor/Property/Systemd.hs +++ b/src/Propellor/Property/Systemd.hs @@ -217,7 +217,7 @@ nspawned c@(Container name (Chroot.Chroot loc builder _) h) = -- Chroot provisioning is run in systemd-only mode, -- which sets up the chroot and ensures systemd and dbus are - -- installed, but does not handle the other provisions. + -- installed, but does not handle the other properties. chrootprovisioned = Chroot.provisioned' (Chroot.propagateChrootInfo chroot) chroot True -- Use nsenter to enter container and and run propellor to |
