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
Start OPENEMM on Boot time
Moderator: moderator
-
- Site Admin
- Posts: 2628
- Joined: Thu Aug 03, 2006 10:20 am
- Location: Munich, Germany
- Contact:
Re: Start OPENEMM on Boot time
Try adding line
to file rc.local in directory /etc. Does this work for you?
Code: Select all
su - openemm -c "openemm.sh start"
OpenEMM Maintainer
Re: Start OPENEMM on Boot time
Thank you very much Maschoff!
It Works
It Works