#!/bin/sh

set -e

sed -i 's/\/dev\/watchdog/\/dev\/null/' /etc/default/sbd
service corosync restart
sleep 5

pgrep --list-full sbd
