summaryrefslogtreecommitdiff
path: root/src/Propellor/Property/Systemd/Core.hs
blob: 0290bce5d04ee7496e9fbb818276650408b024ed (plain)
1
2
3
4
5
6
7
8
9
10
module Propellor.Property.Systemd.Core where

import Propellor.Base
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 DebianLike
installed = Apt.installed ["systemd", "dbus"]