summaryrefslogtreecommitdiff
path: root/src/Propellor/Property/Systemd/Core.hs
diff options
context:
space:
mode:
Diffstat (limited to 'src/Propellor/Property/Systemd/Core.hs')
-rw-r--r--src/Propellor/Property/Systemd/Core.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Propellor/Property/Systemd/Core.hs b/src/Propellor/Property/Systemd/Core.hs
index 441717e1..b27a8e38 100644
--- a/src/Propellor/Property/Systemd/Core.hs
+++ b/src/Propellor/Property/Systemd/Core.hs
@@ -6,5 +6,5 @@ import qualified Propellor.Property.Apt as Apt
-- dbus is only a Recommends of systemd, but is needed for communication
-- from the systemd inside a container to the one outside, so make sure it
-- gets installed.
-installed :: Property
+installed :: Property NoInfo
installed = Apt.installed ["systemd", "dbus"]