summary refs log tree commit diff
path: root/contrib/systemd-with-workers (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix some links in `docs` and `contrib` (#10370)Dirk Klimpel2021-07-131-1/+2
|
* Make systemd-with-workers doc official (#7234)Richard van der Hoff2020-04-085-208/+2
| | | | Simplify and update this documentation, and make it part of the core dist.
* Also update systemd-with-workers contrib examplesErik Johnston2019-07-232-2/+4
|
* Set syslog identifiers in systemd units (#5023)Christoph Müller2019-05-102-0/+2
|
* Add systemd setup that supports workers (#4662)Luca Corbatto2019-03-155-0/+204
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: targodan <targodan@users.noreply.github.com> * Adds missing word Co-Authored-By: targodan <targodan@users.noreply.github.com> * Fixes linebreak Co-Authored-By: targodan <targodan@users.noreply.github.com> * Fixes unit type