Skip to content
Snippets Groups Projects
  1. Oct 27, 2020
  2. Sep 17, 2020
  3. Sep 04, 2020
  4. Jul 30, 2020
  5. Jul 20, 2020
  6. Jul 13, 2020
  7. Jun 17, 2020
  8. Jun 16, 2020
  9. Jun 02, 2020
  10. May 28, 2020
  11. Apr 08, 2020
  12. Mar 19, 2020
  13. Mar 01, 2020
  14. Feb 29, 2020
  15. Feb 25, 2020
  16. Feb 14, 2020
  17. Jan 08, 2020
  18. Dec 09, 2019
  19. Dec 05, 2019
  20. Oct 31, 2019
  21. Oct 23, 2019
  22. Oct 18, 2019
  23. Sep 06, 2019
  24. Sep 05, 2019
  25. Aug 09, 2019
  26. Jul 23, 2019
  27. Jul 22, 2019
  28. Jul 03, 2019
  29. Jun 27, 2019
  30. Jun 26, 2019
  31. Jun 25, 2019
  32. Jun 20, 2019
  33. Jun 17, 2019
  34. May 10, 2019
  35. Apr 13, 2019
  36. Mar 15, 2019
    • Luca Corbatto's avatar
      Add systemd setup that supports workers (#4662) · a6d84190
      Luca Corbatto authored
      
      This setup is a way to manage workers with systemd. It does however not
      require workers. You can use this setup without workers. You just have
      to make sure that the homeserver is forking and writes its PID file
      to the location the service is looking in.
      
      The currently distributed setup in the debian package does not work in
      conjunction with workers.
      
      * Adds changelog
      
      * Lets systemd handle the forking
      
      Sets all services to `type=simple` and disables daemonizing on the
      synapse side.
      
      * Formats readme to 80 columns per line
      
      * Allows for full restart of all workers
      
      * Changes README to reflect the new setup
      
      * Adds dot to end of changelog file
      
      * Removes surplus word
      
      Co-Authored-By: default avatartargodan <targodan@users.noreply.github.com>
      
      * Adds missing word
      
      Co-Authored-By: default avatartargodan <targodan@users.noreply.github.com>
      
      * Fixes linebreak
      
      Co-Authored-By: default avatartargodan <targodan@users.noreply.github.com>
      
      * Fixes unit type
      a6d84190
Loading