Start OpenEMM on boot

Use this forum for questions regarding installation, upgrading and configuration of OpenEMM

Moderator: moderator

mflammia
Posts: 14
Joined: Sat Aug 01, 2009 9:28 am

Start OpenEMM on boot

Post by mflammia »

Hi,

Running the VMWare version of OpenEMM - does anyone know how to start OpenEMM.sh start from boot?

Cheers.
mmenke
Posts: 30
Joined: Fri Jul 24, 2009 12:14 pm
Location: Germany
Contact:

Post by mmenke »

Try this:

vi into /etc/rc.local

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“
works for me (it's copied from somewhere in the manual).
mflammia
Posts: 14
Joined: Sat Aug 01, 2009 9:28 am

Post by mflammia »

Thank you - that worked beautifully!
Post Reply