Sha256: 5b21f2ca4bd28fb9a2dea58c73edd69edbad8b4ee221896c0799efd237e27572

Contents?: true

Size: 385 Bytes

Versions: 10

Compression:

Stored size: 385 Bytes

Contents

  process "<%= options[:name] %>" do
    start_timeout <%= options[:start_timeout] || "30.seconds" %>
    stop_timeout <%= options[:stop_timeout] || "20.seconds"  %>
    restart_timeout <%= options[:restart_timeout] || "30.seconds"  %>

    pid_file "<%= options[:pid_file] %>"
    start_command "<%= options[:start_command] %>"
    stop_command "<%= options[:stop_command] %>"
  end

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
negroku-2.7.1 lib/negroku/capistrano/templates/eye/_process.erb
negroku-2.7.0 lib/negroku/capistrano/templates/eye/_process.erb
negroku-2.6.0 lib/negroku/capistrano/templates/eye/_process.erb
negroku-2.5.5 lib/negroku/capistrano/templates/eye/_process.erb
negroku-2.5.4 lib/negroku/capistrano/templates/eye/_process.erb
negroku-2.5.3 lib/negroku/capistrano/templates/eye/_process.erb
negroku-2.5.2 lib/negroku/capistrano/templates/eye/_process.erb
negroku-2.5.1 lib/negroku/capistrano/templates/eye/_process.erb
negroku-2.5.0 lib/negroku/capistrano/templates/eye/_process.erb
negroku-2.4.2 lib/negroku/templates/tasks/eye/_process.erb