Sha256: 3964f1f125a66979fda12d060f9b4161d7d29be4f5773e0d36414837bd2598da

Contents?: true

Size: 210 Bytes

Versions: 2

Compression:

Stored size: 210 Bytes

Contents

description "konstant ci scheduler (<%= Konstant.config['data_dir'] %>)"

start on runlevel [2345]
stop on runlevel [!2345]

respawn

script
  cd <%= Konstant.config['data_dir'] %>
  konstant run -s
end script

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
konstant-0.1.1 data/templates/konstant-scheduler.conf.erb
konstant-0.1.0 data/templates/konstant-scheduler.conf.erb