Home
last modified time | relevance | path

Searched refs:SystemdUnit (Results 1 – 3 of 3) 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/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]