| /openbmc/qemu/tests/qemu-iotests/ |
| H A D | 260 | 45 def test(persistent, restart): argument 46 assert persistent or not restart 48 '' if persistent else 'non-', 'with' if restart else 'without')) 65 if restart: 92 test(persistent=False, restart=False) 93 test(persistent=True, restart=False) 94 test(persistent=True, restart=True)
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/openct/openct/ |
| H A D | openct.init | 57 restart() { 74 start|stop|restart) 78 restart 83 try-restart|condrestart) 84 [ ! -f $lockfile ] || restart
|
| /openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libauthen/libauthen-radius-perl/ |
| H A D | run-ptest | 11 systemctl restart radiusd || /etc/init.d/radiusd restart || { 21 systemctl restart radiusd || /etc/init.d/radiusd restart
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/lvm2/files/ |
| H A D | 0001-Avoid-bashisms-in-init-scripts.patch | 53 - echo $"Usage: $0 {start|stop|restart|status}" 54 + echo "Usage: $0 {start|stop|restart|status}" 72 - echo $"Usage: $0 {start|stop|force-stop|restart|condrestart|try-restart|status}" 73 + echo "Usage: $0 {start|stop|force-stop|restart|condrestart|try-restart|status}" 91 - echo $"Usage: $0 {start|stop|restart|status|force-stop}" 92 + echo "Usage: $0 {start|stop|restart|status|force-stop}" 110 - echo $"Usage: $0 {start|stop|restart|status|force-stop}" 111 + echo "Usage: $0 {start|stop|restart|status|force-stop}"
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/multipath-tools/files/ |
| H A D | multipathd.oe | 90 restart() { 121 restart) 122 restart 124 force-restart) 127 condrestart|try-restart) 129 restart
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-dbs/postgresql/files/ |
| H A D | postgresql.init | 150 restart(){ 156 [ -e "$lockfile" ] && restart || : 176 restart) 177 restart 179 condrestart|try-restart) 186 restart
|
| /openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/autofs/autofs/ |
| H A D | 0004-autofs.init.in-remove-bashism.patch | 49 -function restart() { 50 +restart() { 54 @@ -143,7 +143,7 @@ function restart() { 69 …o $"Usage: $0 {start|forcestart|stop|status|restart|force-reload|forcerestart|reload|condrestart|t… 104 -function restart() { 105 +restart() { 109 @@ -110,7 +110,7 @@ function restart() {
|
| /openbmc/openbmc/meta-hpe/meta-rl300-g11/recipes-hpe/host/host-boot-enable/ |
| H A D | host-boot-enable.sh | 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
|
| /openbmc/openbmc/meta-phosphor/recipes-core/systemd/ |
| H A D | phosphor-systemd-policy.bb | 8 SRC_URI += "file://service-restart-policy.conf" 15 …install -m 644 -D ${UNPACKDIR}/service-restart-policy.conf ${D}${systemd_unitdir}/system.conf.d/se… 19 FILES:${PN} += "${systemd_unitdir}/system.conf.d/service-restart-policy.conf"
|
| /openbmc/openbmc/poky/meta/recipes-extended/at/at/ |
| H A D | atd.init | 21 restart() { 33 restart|reload) 34 restart
|
| /openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/freediameter/files/ |
| H A D | freediameter.init | 38 restart() { function 61 restart) 62 restart
|
| /openbmc/openbmc/meta-hpe/meta-rl300-g11/recipes-hpe/power-sequencing/files/ |
| H A D | gpios-manager.sh | 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/ipmitool/contrib/ |
| H A D | ipmievd.init.suse | 173 try-restart|condrestart) 182 $0 restart 188 restart) 195 $0 try-restart
|
| H A D | ipmi.init.redhat | 159 restart() { function 166 [ -e /var/lock/subsys/ipmi ] && restart || : 208 restart|reload) 209 restart
|
| H A D | ipmievd.init.redhat | 75 restart|reload) 80 [ -f /var/lock/subsys/ipmievd ] && restart || :
|
| /openbmc/openbmc/meta-google/recipes-google/ncsi/files/ |
| H A D | gbmc-ncsi-smartnic-wa.sh.in | 26 systemctl restart --no-block gbmc-ncsi-dhcrelay 32 systemctl restart --no-block gbmc-br-dhcp@@NCSI_IF@ 49 systemctl --no-block reload-or-restart nftables
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-bsp/edac-utils/files/ |
| H A D | add-restart-to-initscript.patch | 4 Subject: [PATCH] edac: add restart to initscript 21 + restart) 27 + COMMANDS="start|stop|status|restart"
|
| /openbmc/openbmc-test-automation/redfish/extended/ |
| H A D | test_service_restart_policy.robot | 23 [Documentation] Kill active services and expect auto restart. 25 # The services listed below restart policy should be "always" 41 [Documentation] Kill the service and it must restart. 54 Sleep 10s reason=Wait for service to restart. 86 # From service list it will check service auto-restart policy 88 # Proper restart policy services will be appended to auto_restart_policy_always_services list. 102 Fail msg=All the given services have incorrect auto-restart policy. 105 …eyword And Continue On Failure Fail msg=Listed services are having incorrect auto-restart policy. 112 # they automatically restart and put into active state. 125 Sleep 10s reason=Wait for service to restart. [all …]
|
| /openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/snort/snort/ |
| H A D | snort.init | 84 restart() 102 restart|reload) 103 restart
|
| /openbmc/openbmc/poky/meta/recipes-core/busybox/files/ |
| H A D | mdev | 28 restart() { function 34 start|stop|restart)
|
| /openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/meta-python/recipes-connectivity/lirc/lirc/ |
| H A D | lircexec.init | 24 restart|force-restart)
|
| /openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/ippool/ippool/ |
| H A D | ippool_init.d.patch | 54 restart) 61 - log_success_msg "Usage: /etc/init.d/ippoold {start|stop|restart|reload|force-reload}" 62 + log_success_msg "Usage: /etc/init.d/ippoold {start|stop|status|restart|reload|force-reload}"
|
| /openbmc/openbmc/poky/meta/recipes-devtools/tcf-agent/tcf-agent/ |
| H A D | tcf-agent.init | 45 restart) 57 [ -f /var/lock/subsys/$DAEMON_NAME ] && $0 restart
|
| /openbmc/qemu/target/alpha/ |
| H A D | sys_helper.c | 46 void helper_halt(uint64_t restart) in helper_halt() argument 48 if (restart) { in helper_halt()
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/smartmontools/files/ |
| H A D | initd.smartd | 73 restart) 78 $0 reload || $0 restart
|