Changeset f95ad48 in intercambio


Ignore:
Timestamp:
Apr 8, 2014, 9:21:07 AM (10 years ago)
Author:
jbecerra <jbecerra@…>
Branches:
master
Children:
459055b
Parents:
5dbb399
Message:

Corregido bug cuando se trata de añadir a init.d

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pentaho

    r5dbb399 rf95ad48  
    1 #!/bin/bash
     1#!/bin/sh
    22### BEGIN INIT INFO
    33# Provides: start-pentaho stop-pentaho
     4# Required-Start: networking postgresql
     5# Required-Stop: postgresql
    46# Default-Start: 2 3 4 5
    57# Default-Stop: 0 1 6
    6 # Description: Pentaho BI Platform
     8# Description: Pentaho BA Server
    79### END INIT INFO
     10
    811
    912export PENTAHO_HOME=/usr/local/pentaho/biserver
Note: See TracChangeset for help on using the changeset viewer.