1. 27 Jan, 2012 13 commits
  2. 24 Jan, 2012 3 commits
  3. 20 Jan, 2012 9 commits
  4. 19 Jan, 2012 1 commit
  5. 18 Jan, 2012 1 commit
  6. 17 Jan, 2012 1 commit
  7. 16 Jan, 2012 2 commits
    • Antoine Catton's avatar
      Catch SIGTERM and raise SystemExit in submanager · 203f2fd2
      Antoine Catton authored
      This allow submanager to do some cleanup when it receive sigterm
      (in this case removing pid file and killing subprocess).
      203f2fd2
    • Antoine Catton's avatar
      Add submanager script. · e8a1f37d
      Antoine Catton authored
      This script allow to run a command and restart it
      it if some files changes.
      
      The submanager catch SIGUSR1 and checks if the specified
      files has changed.
      
      It can use a pid file where its own pid is written.
      
      This is usefull for restarting a service from a recipe.
      
      Example :
        submanager -c config.cfg -- command --with-options -y
          Run “command --with-options -y” and restart it if
          config.cfg is modified after receiving SIGUSR
      e8a1f37d
  8. 09 Jan, 2012 2 commits
  9. 05 Jan, 2012 2 commits
  10. 30 Dec, 2011 5 commits
  11. 29 Dec, 2011 1 commit