1. 20 Dec, 2013 - 2 commits
    • 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. 19 Dec, 2013 - 1 commit
  3. 03 Dec, 2013 - 1 commit
  4. 02 Dec, 2013 - 2 commits
  5. 29 Nov, 2013 - 2 commits
  6. 25 Nov, 2013 - 2 commits
  7. 24 Nov, 2013 - 2 commits
  8. 22 Nov, 2013 - 3 commits
  9. 21 Nov, 2013 - 8 commits
  10. 20 Nov, 2013 - 5 commits
  11. 19 Nov, 2013 - 9 commits
  12. 18 Nov, 2013 - 3 commits