diff --git a/eiger/xbl-daq-24/check_services.sh b/eiger/xbl-daq-24/check_services.sh index 6e3b4c5..1aa40b7 100755 --- a/eiger/xbl-daq-24/check_services.sh +++ b/eiger/xbl-daq-24/check_services.sh @@ -1,6 +1,6 @@ #!/bin/bash -GREP="std|streamvis" +GREP="std|streamvis|rabbit" RESTART="OFF" STATUS_VERBOSE="OFF" while getopts g:s: flag