View Single Post
Posts: 1,808 | Thanked: 4,272 times | Joined on Feb 2011 @ Germany
#17
@chrisgreen,

Just put your script on /etc/event.d with:

start on started hildon-desktop
script
...
end script

That's at least how I do my swap-on-sd, mount-extra-partition, tune-kernel-parameters, etc (all in a single script, for easy maintainability..)

Add.: @magic777, that was quick