Searched refs:SystemdUnit (Results 1 – 4 of 4) sorted by relevance
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/systemd/systemd-systemctl/ |
H A D | systemctl | 168 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 D | systemctl | 184 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 D | obmc-phosphor-dbus-service.bbclass | 75 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 D | obmc-phosphor-systemd.bbclass | 62 def SystemdUnit(unit): 223 svc = [SystemdUnit(x) for x in svc] 226 tmpl = [SystemdUnit(x) for x in tmpl]
|