MOON
Server: Apache
System: Linux vps.thepromohut.com 2.6.18-398.el5 #1 SMP Tue Sep 16 20:51:48 EDT 2014 i686
User: caretrak (507)
PHP: 5.2.10
Disabled: NONE
Upload Files
File: //proc/self/root/etc/rc1.d/K50acronis_mms
#!/bin/bash
# chkconfig: 345 60 50
# description: Acronis Machine Management Service

#Below section is required for update-rc.d utility, 
#an chkconfig analogue in Ubuntu and Debian, where chconfig is unavailable
### BEGIN INIT INFO
# Provides:             acronis_mms
# Required-Start:       $network $local_fs $remote_fs
# Required-Stop:
# Default-Start:        2 3 4 5
# Default-Stop:         0 1 6
# Short-Description:    Acronis machine management service
### END INIT INFO

SERVICE_PRODUCT="Acronis MMS"
SERVICE_NAME="acronis_mms"
SERVICE_HOME_DIR="/var/lib/Acronis/mms"
#SERVICE_HOTPLUG_COMPAT="1"

if [ -x /etc/Acronis/Scripts/init_common.sh ]; then
  source /etc/Acronis/Scripts/init_common.sh "$1"
else
  echo "Product installation has been corrupted"
fi