#!/bin/sh # Starts opiealarm, which only runs while the iPaq sleeps # and wakes it up when the RTC alarm goes off. PID=`cat /var/run/opiealarm.pid` [ -n "$PID" ] && kill $PID