pote
ac86717490
More readable for loop
2014-12-07 21:01:52 -02:00
Parker Selbert
b40def9451
Remove fifo logger examples from upstart conf
...
Simply notes the default log location and synchronizes the one and many
example configs.
2014-11-10 14:09:49 -06:00
Parker Selbert
20e686be3a
Use a named pipe for logging in upstart example
...
The ability to log directly to /dev/kmsg was removed in Ubuntu 14.04,
making the existing example config fail to perform any real logging.
Appending a pipe to the last `exec` within the `script` block gives
upstart an incorrect PID to work with, which can lead to various issues.
This uses a FIFO solution that logs to syslog at any permission level
and doesn't leave anything on the file system afterwards.
2014-11-10 11:52:23 -06:00
josh
e12b00e9c3
add support optional for user installed rbenv
2014-10-22 16:54:29 +07:00
Mike Perham
f29c770ef3
Fixes from https://stackoverflow.com/questions/26439555/did-upstart-or-bash-scripts-change-on-ubuntu-14-04-trying-to-boot-sidekiq-with
2014-10-19 15:03:36 -07:00
Mike Perham
c3c4d529f7
Sidekiq does not exit on USR1, so we shouldn't need to tell Upstart about it
2014-07-28 13:50:47 -07:00
Mike Perham
e2db9945c1
Dont need to spec config file, fix pidfile name
2014-04-28 20:28:00 -07:00
August Jaenicke
7687e2ff29
uncomment out normal exit codes in upstart examples
2013-10-03 11:46:28 -07:00
August Jaenicke
f18aea4914
Added comments in upstart sidekiq.conf files about normal exit codes to avoid unintentional respawns.
2013-10-03 11:18:05 -07:00
Darío Javier Cravero
5a39a6563d
Added support for many Sidekiq instances on the upstart script.
2013-03-09 19:10:59 -03:00