Sha256: 34d0551f6ca1df56b553acf5673130ec296a3895d714f68d88a53f68655a799f

Contents?: true

Size: 124 Bytes

Versions: 1

Compression:

Stored size: 124 Bytes

Contents

#!/bin/runscript

DIR='<%= extra[:construct_dir] %>'

depend() {
  need net
}

start() {
  cd $DIR
  bin/rake
}

stop() {
}

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
logical-construct-0.0.1 lib/templates/construct.init.d.erb