blob: 504f9c433944027bdd9c693a59dc4877e8cbd495 (
plain)
1
2
3
4
5
6
7
|
#!/bin/sh
# Starts opiealarm, which only runs while the iPaq sleeps
# and wakes it up when the RTC alarm goes off.
export HOME=/root
start-stop-daemon --make-pidfile --start --quiet --pidfile /var/run/opiealarm.pid --exec /opt/QtPalmtop/bin/opiealarm &
|