Home
last modified time | relevance | path

Searched refs:_process_deps (Results 1 – 2 of 2) sorted by relevance

/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/systemd/systemd-systemctl/
H A Dsystemctl182 def _process_deps(self, config, service, location, prop, dirstem): member in SystemdUnit
224 self._process_deps(config, service, path, 'WantedBy', 'wants')
225 self._process_deps(config, service, path, 'RequiredBy', 'requires')
/openbmc/openbmc/poky/meta/recipes-core/systemd/systemd-systemctl/
H A Dsystemctl198 def _process_deps(self, config, service, location, prop, dirstem, instance): member in SystemdUnit
245 self._process_deps(config, service, path, 'WantedBy', 'wants', instance)
246 self._process_deps(config, service, path, 'RequiredBy', 'requires', instance)