/openbmc/openbmc-test-automation/redfish/extended/ |
H A D | test_service_restart_policy.robot | 2 Documentation Verify Auto Restart policy for set of mission critical 22 Verify OpenBMC Services Auto Restart Policy 23 [Documentation] Kill active services and expect auto restart. 25 # The services listed below restart policy should be "always" 27 # systemctl -p Restart show xyz.openbmc_project.Logging.service | cat 28 # Restart=always 40 Kill Services And Expect Service Restart 41 [Documentation] Kill the service and it must restart. 54 Sleep 10s reason=Wait for service to restart. 82 ${services}= Get Service Restart Policy Services ${OPENBMC_MODEL} [all …]
|
/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libauthen/libauthen-radius-perl/ |
H A D | run-ptest | 10 # restart radiusd server 11 systemctl restart radiusd || /etc/init.d/radiusd restart || { 19 # restore the config and restart 21 systemctl restart radiusd || /etc/init.d/radiusd restart
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-filter/ulogd2/ulogd2/ |
H A D | ulogd.init | 16 # restart stop and restart the service if the service is already running, 18 # try-restart restart the service if the service is already running 22 # this, otherwise restart the service if it is running 25 # The start, stop, restart, force-reload, and status actions shall be supported 26 # by all init scripts; the reload and the try-restart actions are optional 154 restart) 159 try-restart|force-reload) 160 # force-reload is the same as reload or try-restart according 162 # force-reload is the alias of try-restart here, but it should 171 # try-restart|force-reload) [all …]
|
/openbmc/openbmc/poky/meta-skeleton/recipes-skeleton/service/service/ |
H A D | skeleton | 18 # restart stop and restart the service if the service is already running, 20 # try-restart restart the service if the service is already running 24 # this, otherwise restart the service if it is running 27 # The start, stop, restart, force-reload, and status actions shall be supported 28 # by all init scripts; the reload and the try-restart actions are optional 167 restart) 172 try-restart|force-reload) 173 # force-reload is the same as reload or try-restart according 175 # force-reload is the alias of try-restart here, but it should 184 # try-restart|force-reload) [all …]
|
/openbmc/qemu/tests/qemu-iotests/ |
H A D | 260 | 45 def test(persistent, restart): argument 46 assert persistent or not restart 47 log("\nTestcase {}persistent {} restart\n".format( 48 '' if persistent else 'non-', 'with' if restart else 'without')) 65 if restart: 66 log("... 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 87 echo $"Usage: $0 {start|stop|status|restart|try-restart|reload|force-reload}"
|
/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 142 echo $"Usage: $0 {start|stop|force-stop|status|restart|force-restart|condrestart|reload}"
|
/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/poky/meta/recipes-extended/at/at/ |
H A D | atd.init | 21 restart() { 33 restart|reload) 34 restart 40 echo $"Usage: $0 {start|stop|restart|status}"
|
/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/meta-openembedded/meta-oe/dynamic-layers/meta-python/recipes-connectivity/lirc/lirc/ |
H A D | lircexec.init | 24 restart|force-restart) 33 echo "Usage: /etc/init.d/lircexec {start|stop|reload|restart|force-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/ipmitool/contrib/ |
H A D | ipmievd.init.suse | 158 # or restarting a not-running service as well as the restart 173 try-restart|condrestart) 174 ## Do a restart only if the service was active before. 175 ## Note: try-restart is now part of LSB (as of 1.9). 178 echo "${attn} Use try-restart ${done}(LSB)${attn} rather than condrestart ${warn}(RH)${norm}" 182 $0 restart 188 restart) 195 $0 try-restart 208 echo "Usage: $0 {start|stop|status|try-restart|restart|force-reload| reload}"
|
/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 189 echo $"Usage: $0 {start|stop|status|restart|condrestart|try-restart|reload|force-reload}"
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/freediameter/files/ |
H A D | freediameter.init | 38 restart() { function 61 restart) 62 restart 68 echo $"Usage: $prog {start|stop|status|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 72 # If bit 10 is set Software initiated a shutdown we need to restart
|
/openbmc/openbmc/poky/meta/recipes-core/busybox/files/ |
H A D | mdev | 28 restart() { function 34 start|stop|restart) 38 echo "Usage: $0 {start|stop|restart}"
|
/openbmc/openbmc/meta-security/recipes-scanners/arpwatch/files/ |
H A D | arpwatch_init | 99 echo "Reload operation not supported -- use restart." 102 restart|force-reload) 106 # just the same as "restart". 117 # echo "Usage: $N {start|stop|restart|reload|force-reload}" >&2 118 echo "Usage: $N {start|stop|restart|force-reload}" >&2
|
/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/poky/meta/recipes-extended/sysklogd/sysklogd/ |
H A D | sysklogd | 97 # Give pid a chance to exit before we restart with a 5s timeout in 1s intervals 127 restart) 135 reload-or-restart) 150 …cess_msg "Usage: /etc/init.d/sysklogd {start|stop|reload|restart|force-reload|reload-or-restart|st…
|
/openbmc/openbmc/poky/meta/lib/oeqa/runtime/cases/ |
H A D | oe_syslog.py | 52 … msg = ('Could not restart %s service. Status and output: %s and %s' % (names, status, output)) 79 msg = ('%s didn\'t appear to restart: %s' % (names, status)) 106 … if self.restart_sanity(['systemd-journald'], 'systemctl restart syslog.service', pidchange=False): 108 elif self.restart_sanity(['rsyslogd'], '/etc/init.d/rsyslog restart'): 110 elif self.restart_sanity(['syslogd', 'klogd'], '/etc/init.d/syslog restart'): 113 self.logger.info("No syslog found to restart, ignoring")
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/tftp-hpa/files/ |
H A D | init | 86 restart|force-reload) 90 # just the same as "restart". 99 # echo "Usage: $SCRIPTNAME {start|stop|restart|reload|force-reload}" >&2 100 echo "Usage: $SCRIPTNAME {start|stop|restart|force-reload}" >&2
|
/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 61 echo "usage: $0 { start | stop | status | restart | condrestart | status }"
|
/openbmc/openbmc/poky/meta/recipes-support/rng-tools/rng-tools/ |
H A D | init | 25 echo -n "Signalling rng daemon restart" 29 restart) 38 echo "Usage: @SYSCONFDIR@/init.d/rng-tools {start|stop|reload|restart|force-reload}"
|