Skip to content
  1. Dec 20, 2013
    • Matthias Bethke's avatar
      Fixed daemon rescue shell commands · 21c9c8a1
      Matthias Bethke authored
      '&&' is the logical AND operator and will simply run the "killer" subshell if
      the init.d script returned success. What is needed is '&' to run the init script
      in the background, otherwise $! is unset too. The sleep needs to be longer
      because some daemons like mysql with lots of dirty buffers can take a while to
      stop and we don't want to abort that attempt too early.
      21c9c8a1
    • Matthias Bethke's avatar
      Removed test file · 62e0005f
      Matthias Bethke authored
      62e0005f
  2. Dec 19, 2013
  3. Dec 03, 2013
  4. Dec 02, 2013
  5. Nov 29, 2013
  6. Nov 25, 2013
  7. Nov 24, 2013
  8. Nov 22, 2013
  9. Nov 21, 2013
  10. Nov 20, 2013
  11. Nov 19, 2013
  12. Nov 18, 2013