Home
last modified time | relevance | path

Searched refs:SystemdUnit (Results 1 – 4 of 4) sorted by relevance

/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/systemd/systemd-systemctl/
H A Dsystemctl168 class SystemdUnit(): class
231 SystemdUnit(self.root, also).enable(unit)
275 SystemdUnit(root, service).enable()
320 SystemdUnit(root, service).mask()
326 SystemdUnit(root, service).enable()
/openbmc/openbmc/poky/meta/recipes-core/systemd/systemd-systemctl/
H A Dsystemctl184 class SystemdUnit(): class
254 SystemdUnit(self.root, also, self.unit_type).enable(units_enabled)
298 SystemdUnit(root, service, unit_type).enable()
346 SystemdUnit(root, service, unit_type).mask()
352 SystemdUnit(root, service, unit_type).enable()
/openbmc/openbmc/meta-phosphor/classes/
H A Dobmc-phosphor-dbus-service.bbclass75 make_default_dbus_config(d, SystemdUnit(service), user)
78 make_default_dbus_activation(d, SystemdUnit(service), user)
137 svc = [SystemdUnit(x) for x in svc]
141 tmpl = [SystemdUnit(x) for x in tmpl]
H A Dobmc-phosphor-systemd.bbclass62 def SystemdUnit(unit):
223 svc = [SystemdUnit(x) for x in svc]
226 tmpl = [SystemdUnit(x) for x in tmpl]