View Single Post
rebhana's Avatar
Posts: 579 | Thanked: 471 times | Joined on Jan 2010 @ Austria
#1705
Originally Posted by extendedping View Post
question. I have easy debian running where it
a) logs me into the debian /root dir
b) restarts apache and mysql every time you relaunch easy debian.

I just noticed that after stopping debian via the down icon that running top in maemo still shows mysqld running....is this normal? I want no extra stuff eating processing power and battery when debian is "off" as the battery ain't great to begin with. thanks. btw I did dpkg -l | grep -i mysql in m maemo so I dont think it is a maemo instance if mysql???
For me closechroot stops everything, but I don't have mysql and apache servers running. Perhaps you should add a script to shut them down explicitly, or, simpler, insert something like
Code:
debian "killall apache"
debian "killall mysqld"
in the appropriate place of /sbin/closechroot?
__________________
Need more apps for the N900? Check out Qole's Easy Debian and read the wiki!
My Easy Debian installation log