Page 1 of 1

How can i configure OpenEMM to start automatically

Posted: Mon Feb 23, 2009 7:15 am
by Amr Elsharkawi
Hello! everyone

Very Thanks to OpenEMM team its really excellent work its powerful and useful EMM tool. Thanks again.

I am new to OpenEMM I installed it on VPS and its working fine I have 2 real IP one of them for my web server ( apache ). and the second IP for OpenEMM on one server its working fine but i wanna know how can I configure OpenEMM to start automatically instead of loging to openemm user by

# su - openemm
and
$ cd bin
$ OpenEMM.sh start

how can i do that 2 b wokring when my server rebooted

best regads

Posted: Mon Feb 23, 2009 8:54 am
by pheelix
depens on your unix/linux distribution. is it debian? suse linux enterprise server? centOS?

Posted: Mon Feb 23, 2009 9:26 am
by Amr Elsharkawi
its fedora 10

Posted: Mon Mar 09, 2009 3:57 pm
by Remi.Caron
I'm trying to do the same, but with the downloadable VMX. Help!

Posted: Wed Mar 11, 2009 3:07 pm
by maschoff
Short hack solution (for RedHat):

Create file /etc/rc.local with content:

Code: Select all

#!/bin/sh
#
# This script will be executed *after* all the other init scripts.
# You can put your own initialization stuff in here if you don't
# want to do the full Sys V style init stuff.

touch /var/lock/subsys/local
su - openemm -c "OpenEMM.sh start