Sha256: 44be9f4c40c93f719afedb993d0b6ce0f4aaffc654f66813d26a6dd7830514cb

Contents?: true

Size: 385 Bytes

Versions: 6

Compression:

Stored size: 385 Bytes

Contents

description "This is an upstart job file for TorqueBox"

pre-start script
bash << "EOF"
  mkdir -p /var/log/torquebox
  chown -R torquebox /var/log/torquebox
EOF
end script

start on started network-services
stop on stopped network-services
respawn

script
bash << "EOF"
  su - torquebox
  /opt/torquebox/jboss/bin/standalone.sh >> /var/log/torquebox/torquebox.log 2>&1
EOF
end script

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
torquebox-server-2.1.1-java share/init/torquebox.conf
torquebox-server-2.1.0-java share/init/torquebox.conf
torquebox-server-2.0.3-java share/init/torquebox.conf
torquebox-server-2.0.2-java share/init/torquebox.conf
torquebox-server-2.0.1-java share/init/torquebox.conf
torquebox-server-2.0.0-java share/init/torquebox.conf