Skip to content
Snippets Groups Projects
  1. Sep 10, 2024
  2. Sep 08, 2024
  3. Sep 04, 2024
  4. Aug 18, 2024
  5. Aug 14, 2024
  6. Aug 13, 2024
  7. Aug 12, 2024
  8. Jul 15, 2024
  9. Jul 13, 2024
  10. Jun 20, 2024
  11. Jun 18, 2024
    • Eric Vidal's avatar
      Remove deprecated key @shebang · 0f69103e
      Eric Vidal authored
      0f69103e
    • Eric Vidal's avatar
      Change name of Timeout key familly. · 2c736d20
      Eric Vidal authored
      Rename TimeoutKill to TimeoutStart.
      Rename TimeoutFinish to TimeoutStop.
      Remove TimeoutUp and TimeoutDown key.
      To avoid confusion and mistake, oneshot and classic service use now
      the same key name to declare the timeout to use.
      TimeoutStart and TimeoutStop are clearer than TimeoutKill and TimeoutFinish.
      66 is sufficiently smart to name the file correctly for s6-supervise
      whick look for the timeout-kill and timeout-finish file.
      2c736d20
  12. Jun 17, 2024
  13. Jun 02, 2024
    • Eric Vidal's avatar
      Add the 66-execute program. · afd3dbe4
      Eric Vidal authored
      This program is executed via the run script in the service's live directory. It sits between s6-supervise and the user's executable script, allowing for the preparation of the user's script execution. This introduces a dual capability:
      
          Define certain preparations through frontend keys, such as setting ownership, moving to a working directory, limiting resources used by the service, etc.
          Since 66-execute runs on each signal received and transmitted by s6-supervise, it is now possible to send messages to an event management daemon.
      
      By default, this program performs previously defined actions such as logging redirections and managing environment variables (previously handled by excel-envfile), creation of the log destination directory, and so on.So, the user's file now contains only the exact copy of the @execute field.
      Also, the name of the script for an start or
      stop process are the same. This was a old behabvior
      coming from s6-rc  manager.
      afd3dbe4
  14. May 31, 2024
    • Eric Vidal's avatar
      Allow empty module. · 595a8c57
      Eric Vidal authored
      Permit to set uid and gid for a run script.
      Unknown key may occur at end of the file.
      Avoid to changed pointer.
      Typo fix.
      595a8c57
  15. May 28, 2024
  16. May 24, 2024
    • Eric Vidal's avatar
      fix environment computation and · 6fcf2dd4
      Eric Vidal authored
      clean of string from frontend key for module.
      fix value of intree key.
      allow sufficient space for rename of interdependences.
      fix use of parse_list functions even in case of multiple line.
      6fcf2dd4
  17. May 18, 2024
  18. May 17, 2024
  19. May 07, 2024
  20. Apr 01, 2024
  21. Jan 08, 2024
  22. Jan 07, 2024
Loading