/openbmc/openbmc/meta-hpe/meta-rl300-g11/recipes-hpe/host/host-boot-enable/ |
H A D | host-boot-enable.sh | 13 systemctl start obmc-console@ttyS1.service 24 systemctl stop phosphor-virtual-sensor.service 29 systemctl restart xyz.openbmc_project.ampere_host_error_monitor.service 30 systemctl restart xyz.openbmc_project.amperecpusensor.service 31 systemctl restart xyz.openbmc_project.EntityManager.service 32 systemctl restart phosphor-pid-control.service 33 systemctl start phosphor-virtual-sensor.service 39 systemctl start com.hpe.hpe-uefi-version.service
|
/openbmc/openbmc/poky/meta/lib/oeqa/runtime/cases/ |
H A D | systemd.py | 85 self.systemctl('--version') 89 self.systemctl('list-unit-files') 97 output = self.systemctl('list-units', '--failed') 100 output += self.systemctl('status --full --failed') 109 self.systemctl('status --full', 'avahi-daemon.service') 113 self.systemctl('stop', 'avahi-daemon.service') 114 self.systemctl('is-active', 'avahi-daemon.service', 116 self.systemctl('start','avahi-daemon.service') 123 self.systemctl('disable', 'avahi-daemon.service') 125 self.systemctl('enable', 'avahi-daemon.service') [all …]
|
/openbmc/openbmc/meta-google/recipes-google/ncsi/files/ |
H A D | gbmc-ncsi-smartnic-wa.sh.in | 23 systemctl reset-failed gbmc-ncsi-dhcrelay 24 systemctl restart --no-block gbmc-ncsi-dhcrelay 28 if systemctl is-active --quiet gbmc-br-dhcp@gbmcbr; then 29 systemctl reset-failed gbmc-br-dhcp@@NCSI_IF@ 30 systemctl restart --no-block gbmc-br-dhcp@@NCSI_IF@ 43 systemctl reset-failed nftables 44 systemctl --no-block reload-or-restart nftables
|
H A D | gbmc-ncsi-ra.sh | 43 systemctl is-active -q nic-hostless@"$RA_IF".target && return 44 systemctl is-active -q nic-hostful@"$RA_IF".target && return 64 systemctl stop --no-block ncsid@"$RA_IF" || true
|
/openbmc/openbmc/meta-hpe/meta-rl300-g11/recipes-hpe/power-supplies-monitoring/files/ |
H A D | psus-manager.sh | 3 systemctl stop xyz.openbmc_project.psusensor.service 4 systemctl stop xyz.openbmc_project.GxpFruDevice.service 6 systemctl start xyz.openbmc_project.GxpFruDevice.service 7 systemctl start xyz.openbmc_project.psusensor.service
|
/openbmc/openbmc/meta-hpe/meta-dl360-g11/recipes-hpe/power-supplies-monitoring/files/ |
H A D | psus-manager.sh | 3 systemctl stop xyz.openbmc_project.psusensor.service 4 systemctl stop xyz.openbmc_project.GxpFruDevice.service 6 systemctl start xyz.openbmc_project.GxpFruDevice.service 7 systemctl start xyz.openbmc_project.psusensor.service
|
/openbmc/openbmc/meta-hpe/meta-dl385-g11/recipes-hpe/power-supplies-monitoring/files/ |
H A D | psus-manager.sh | 3 systemctl stop xyz.openbmc_project.psusensor.service 4 systemctl stop xyz.openbmc_project.GxpFruDevice.service 6 systemctl start xyz.openbmc_project.GxpFruDevice.service 7 systemctl start xyz.openbmc_project.psusensor.service
|
/openbmc/openbmc/meta-google/recipes-google/networking/gbmc-bridge/ |
H A D | gbmc-start-dhcp.sh | 16 systemctl stop gbmc-br-dhcp@'*' 19 systemctl is-active --quiet gbmc-br-dhcp-term && systemctl stop gbmc-br-dhcp-term 23 systemctl start gbmc-br-dhcp@"$intf"
|
/openbmc/openbmc/meta-ampere/meta-common/recipes-extended/rsyslog/rsyslog/ |
H A D | rsyslog.logrotate | 10 systemctl reload rsyslog 2> /dev/null || true 20 systemctl reload rsyslog 2> /dev/null || true 31 systemctl reload rsyslog 2> /dev/null || true 42 systemctl reload rsyslog 2> /dev/null || true 53 systemctl reload rsyslog 2> /dev/null || true 65 systemctl reload rsyslog 2> /dev/null || true
|
/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-networking/mctp/files/ |
H A D | setup-static-endpoints | 13 systemctl start setup-nic-endpoint-slot@0.service 19 systemctl start setup-nic-endpoint-slot@1.service 25 systemctl start setup-nic-endpoint-slot@2.service 31 systemctl start setup-nic-endpoint-slot@3.service
|
/openbmc/openbmc/meta-hpe/meta-rl300-g11/recipes-hpe/power-sequencing/files/ |
H A D | gpios-manager.sh | 5 systemctl stop xyz.openbmc_project.ampere_host_error_monitor.service 57 systemctl restart xyz.openbmc_project.ampere_host_error_monitor.service 58 systemctl restart xyz.openbmc_project.amperecpusensor.service 59 systemctl restart xyz.openbmc_project.EntityManager.service 60 systemctl restart phosphor-pid-control.service
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/rdma-core/rdma-core/ |
H A D | 0001-cmake-Allow-SYSTEMCTL_BIN-to-be-overridden-from-envi.patch | 7 for systemctl 24 -find_program(SYSTEMCTL_BIN systemctl HINTS "/usr/bin" "/bin") 26 + find_program(SYSTEMCTL_BIN systemctl HINTS "/usr/bin" "/bin") 30 set (SYSTEMCTL_BIN "/bin/systemctl")
|
/openbmc/openbmc/poky/meta/recipes-connectivity/nfs-utils/nfs-utils/ |
H A D | bugfix-adjust-statd-service-name.patch | 31 - if systemctl start rpc-statd.service; then 32 + if systemctl start nfs-statd.service; then 34 # on 'systemctl isolate ..' 35 - systemctl add-wants --runtime remote-fs.target rpc-statd.service 36 + systemctl add-wants --runtime remote-fs.target nfs-statd.service
|
/openbmc/openbmc/poky/meta/recipes-core/systemd/systemd/ |
H A D | 0008-implment-systemd-sysv-install-for-OE.patch | 13 src/systemctl/systemd-sysv-install.SKELETON | 6 +++--- 16 diff --git a/src/systemctl/systemd-sysv-install.SKELETON b/src/systemctl/systemd-sysv-install.SKELE… 18 --- a/src/systemctl/systemd-sysv-install.SKELETON 19 +++ b/src/systemctl/systemd-sysv-install.SKELETON
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/sdbus-c++/sdbus-c++-libsystemd/ |
H A D | 0008-implment-systemd-sysv-install-for-OE.patch | 13 src/systemctl/systemd-sysv-install.SKELETON | 6 +++--- 16 diff --git a/src/systemctl/systemd-sysv-install.SKELETON b/src/systemctl/systemd-sysv-install.SKELE… 18 --- a/src/systemctl/systemd-sysv-install.SKELETON 19 +++ b/src/systemctl/systemd-sysv-install.SKELETON
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/openl2tp/openl2tp/ |
H A D | run-ptest | 49 systemctl status rpcbind > /dev/null || systemctl start rpcbind > /dev/null 52 which systemctl > /dev/null && systemctl status rpcbind > /dev/null || service rpcbind status > /de…
|
/openbmc/openbmc/meta-fii/meta-kudo/recipes-extended/rsyslog/rsyslog/ |
H A D | rsyslog.logrotate | 10 systemctl reload rsyslog 2> /dev/null || true 20 systemctl reload rsyslog 2> /dev/null || true 30 systemctl reload rsyslog 2> /dev/null || true
|
/openbmc/openbmc/meta-fii/meta-mori/recipes-extended/rsyslog/rsyslog/ |
H A D | rsyslog.logrotate | 10 systemctl reload rsyslog 2> /dev/null || true 20 systemctl reload rsyslog 2> /dev/null || true 30 systemctl reload rsyslog 2> /dev/null || true
|
/openbmc/openbmc/poky/meta/recipes-kernel/modutils-initscripts/ |
H A D | modutils-initscripts.bb | 23 PACKAGE_WRITE_DEPS:append = " ${@bb.utils.contains('DISTRO_FEATURES','systemd','systemd-systemctl-n… 25 if type systemctl >/dev/null 2>/dev/null; then 29 systemctl $OPTS mask modutils.service
|
/openbmc/openbmc/meta-hpe/meta-dl360-g11/recipes-hpe/host/host-boot-enable/ |
H A D | host-boot-enable.sh | 46 systemctl start obmc-console@ttyS3.service 66 systemctl stop phosphor-virtual-sensor.service 69 systemctl start phosphor-virtual-sensor.service
|
/openbmc/openbmc/meta-google/recipes-google/bare-metal-obmc-console/bare-metal-obmc-console/ |
H A D | disable_obmc_console.sh | 13 systemctl stop serial-to-bmc@* 18 systemctl stop serial-to-host@*
|
/openbmc/openbmc/meta-quanta/meta-gbs/recipes-google/acpi-power-state/acpi-power-state-daemon/ |
H A D | gbs-set-boot-failsafe.sh | 25 systemctl start --no-block gbs-host-s5-set-failsafe 28 systemctl start --no-block gbs-host-s0-set-failsafe
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/systemd/ |
H A D | nativesdk-systemd-systemctl.bb | 8 SRC_URI = "file://systemctl" 14 install -m 0755 ${WORKDIR}/systemctl ${D}${bindir}
|
/openbmc/openbmc/poky/meta/recipes-core/systemd/ |
H A D | systemd-systemctl-native.bb | 9 SRC_URI = "file://systemctl" 15 install -m 0755 ${WORKDIR}/systemctl ${D}${bindir}
|
/openbmc/openbmc/meta-google/recipes-google/host-power-ctrl/gpio-host-pwr/ |
H A D | lib.sh | 60 systemctl stop phosphor-watchdog@host0 70 systemctl start phosphor-watchdog@host0
|