author | sandman <sandman> | 2002-06-01 19:03:44 (UTC) |
---|---|---|
committer | sandman <sandman> | 2002-06-01 19:03:44 (UTC) |
commit | 508c023b2be72f82da5c2d41bc077238a279a206 (patch) (side-by-side diff) | |
tree | 3c8b1358d1434ac95c51c49f062f95f2eb900223 /root/etc/suspend-scripts/S46opiealarm | |
parent | 9c2cdd8890f0508dd00e2bde8e1cfa85d1a814d1 (diff) | |
download | opie-508c023b2be72f82da5c2d41bc077238a279a206.zip opie-508c023b2be72f82da5c2d41bc077238a279a206.tar.gz opie-508c023b2be72f82da5c2d41bc077238a279a206.tar.bz2 |
Modified to work with enhanced opiealarm daemon
Diffstat (limited to 'root/etc/suspend-scripts/S46opiealarm') (more/less context) (ignore whitespace changes)
-rwxr-xr-x | root/etc/suspend-scripts/S46opiealarm | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/root/etc/suspend-scripts/S46opiealarm b/root/etc/suspend-scripts/S46opiealarm index 504f9c4..5e01ea5 100755 --- a/root/etc/suspend-scripts/S46opiealarm +++ b/root/etc/suspend-scripts/S46opiealarm @@ -2,6 +2,4 @@ # 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 & - +/opt/QtPalmtop/bin/opiealarm |