Page 1 of 1

Start OPENEMM on Boot time

Posted: Thu Sep 22, 2011 2:51 pm
by luke2112
Hi,
I installed the openEmm 2011 VMX version successfully.
I want to know if is it possibile to start openemm automatically when the system boots up.

Thanks

Re: Start OPENEMM on Boot time

Posted: Fri Sep 23, 2011 1:57 pm
by maschoff
Try adding line

Code: Select all

su - openemm -c "openemm.sh start"
to file rc.local in directory /etc. Does this work for you?

Re: Start OPENEMM on Boot time

Posted: Mon Sep 26, 2011 3:21 pm
by luke2112
Thank you very much Maschoff!
It Works