summaryrefslogtreecommitdiff
path: root/root/etc/resume-scripts/R46opiealarm
blob: e3ac23631c846340bd827b19aa9d13d41c8bc883 (plain)
1
2
3
4
5
6
#!/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