Hi,
Running the VMWare version of OpenEMM - does anyone know how to start OpenEMM.sh start from boot?
Cheers.
Start OpenEMM on boot
Moderator: moderator
Try this:
vi into /etc/rc.local
works for me (it's copied from somewhere in the manual).
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“