I'm setting up an OpenERP development environment on Ubuntu 12.10
I have OpenERP v7 installed via debian package, which starts via service
command
As I develop modules, I continuously need to restart the server, update the modules and database. I need to pass the -u <mymodule> -d <mydatabase>
options as the server starts
Is there a way to add it to a configuration file or so to make it the default behavior as I restart the server each time?