german-job-server.override 1.0 KB

1234567891011121314151617181920212223242526
  1. description "Overriding gearman-job-server.conf"
  2. author "Goran Miskovic <goran.v.miskovic@gmail.com>"
  3. # Useful info could be found in /var/log/upstart/gearman-job-server.log
  4. # Comment line bellow to enable starting job server on startup
  5. manual
  6. # For all versions of Upstart prior to v1.4, the default value for console was console none.
  7. # console log
  8. # Uncomment to change the default respawn limit
  9. # respawn the job up to 10 times within a 5 second period.
  10. # If the job exceeds these values, it will be stopped and marked as failed.
  11. # respawn limit 10 5
  12. # Uncomment to start when both mysql started and network is available
  13. # start on (started mysql and net-device-up IFACE!=lo)
  14. # If compiled from the source using default options gearmand will not be in /usr/sbin
  15. # exec /usr/local/sbin/gearmand
  16. # Uncomment to use configuration file that is not in the default location
  17. # exec /usr/local/sbin/gearmand --config-file=/path/tp/yours/gearmand.conf
  18. # Various options could be defined in the same way
  19. # exec /usr/local/sbin/gearmand --verbose=DEBUG