#!/bin/sh
if [ -d /var/sarch/wd ]; then
    echo stop >/var/sarch/wd/status
    touch /var/sarch/wd/booting
fi
