i'm running debian, which is quite identical to ubuntu and i solved this
issue by adding a line to the /etc/rc.local file. the line is:

/etc/init.d/mmserver start

if you don't have this file on your system you can create one, mine
looks like:

#!/bin/sh -e
#
# rc.local
#
# This script is executed at the end of each multiuser runlevel.
# Make sure that the script will "exit 0" on success or any other
# value on error.
#
# In order to enable or disable this script just change the execution
# bits.
#
# By default this script does nothing.

/etc/init.d/mmserver start

exit 0


-- 
raven22
------------------------------------------------------------------------
raven22's Profile: http://forums.slimdevices.com/member.php?userid=16511
View this thread: http://forums.slimdevices.com/showthread.php?t=66953

_______________________________________________
plugins mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/plugins

Reply via email to