This website requires JavaScript.
Explore
Help
Sign in
kotovalexarian-likes-github
/
mperham--sidekiq
Watch
1
Star
0
Fork
You've already forked mperham--sidekiq
0
mirror of
https://github.com/mperham/sidekiq.git
synced
2022-11-09 13:52:34 -05:00
Code
Releases
Activity
25f4a32123
mperham--sidekiq
/
examples
/
runit
/
run
5 lines
95 B
Text
Raw
Normal View
History
Unescape
Escape
a simple runit example
2013-01-28 18:35:47 -05:00
#!/bin/sh
cd /path/to/sidekiq
exec 2>&1
cleanup
2018-12-07 16:40:14 -05:00
exec chpst -usidekiq bundle exec sidekiq -e production
Copy permalink