Skip to content

Instantly share code, notes, and snippets.

@simonoff
Created April 1, 2017 08:29
Show Gist options
  • Save simonoff/cbeacd031950e1c4e6b299fc65d38806 to your computer and use it in GitHub Desktop.
Save simonoff/cbeacd031950e1c4e6b299fc65d38806 to your computer and use it in GitHub Desktop.
set :systemd_services, {.
puma: {
cmd: 'puma -p 3000',
cpu_quota: 10
},
sidekiq: {
cmd: 'sidekiq',
cpu_quota: 10
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment