View Single Post
thp's Avatar
Posts: 1,391 | Thanked: 4,272 times | Joined on Sep 2007 @ Vienna, Austria
#26
Originally Posted by mtron View Post
No. the alarm daemon will be started at boot via a rc script. (depending on the runlevel, it's in one of the rc0.d - rc6.d folders under /etc )
You can, however, use the "update-rc.d" script (in /usr/sbin/) to manage the runlevel configuration (just like on a normal Debian/Ubuntu installation).

Documentation can be found here: http://wiki.linuxquestions.org/wiki/Update-rc.d

So, as root, you should be able to do the following:

Code:
/usr/sbin/update-rc.d alarmd remove
To re-enable it later, do something like this:

Code:
/usr/sbin/update-rc.d alarmd defaults
There is a nice GUI utility available already: http://maemo-sdk.garage.maemo.org/maemo-control.html



The package is called maemo-control-services.
 

The Following 2 Users Say Thank You to thp For This Useful Post: