I found a little init.d script that sort of work but it is not perfect. For example I can't seem to make it work with service so that it starts at bootup or show that status is started.
So if someone can fix it it would be great. Copy the code below in file called wuala in /etc/init.d and make it executable
<nowiki>
#!/bin/sh
;;
esac
exit $RETVAL</nowiki>