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