summary refs log tree commit diff
path: root/contrib/systemd-with-workers/README.md (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-03-15Add systemd setup that supports workers (#4662)Luca Corbatto1-0/+150
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
2019-03-15Add some stuff back to the .gitignore (#4843)Aaron Raimist2-3/+8
* Add some stuff back to the .gitignore Signed-off-by: Aaron Raimist <aaron@raim.ist> * Add changelog Signed-off-by: Aaron Raimist <aaron@raim.ist> * Reorder and remove old items from .gitignore Signed-off-by: Aaron Raimist <aaron@raim.ist>
2019-03-14Revert "Make federation endpoints more tolerant of trailing slashes for some ↵Erik Johnston4-12/+11
endpoints (#4793)" This reverts commit 290552fd836f4ae2dc1d893a7f72f7fff85365d3.
2019-03-13Document using a certificate with a full chain (#4849)Andrew Morgan4-2/+17
2019-03-12fix orphaned sentenceNeil Johnson1-1/+0
2019-03-12Transfer local user's push rules on room upgrade (#4838)Andrew Morgan3-0/+62
Transfer push rules (notifications) on room upgrade
2019-03-13fixupAmber Brown2-2/+2
2019-03-12Neilj/improved delegation doc 2 (#4832)Neil Johnson4-148/+202
Improved federation configuration docs. Specifically detailing .well-known and SRV based delegation methods. Inspiration Valentin Lab <valentin.lab@kalysto.org> for https://github.com/matrix-org/synapse/pull/4781
2019-03-13fixupAmber Brown4-75/+17
2019-03-12fixupAmber Brown1-2/+2
2019-03-12fixupAmber Brown1-1/+1
2019-03-12fixupAmber Brown1-1/+2
2019-03-12fixupAmber Brown4-176/+159
2019-03-12fixupAmber Brown1-1/+1
2019-03-12use the old methodAmber Brown1-3/+2
2019-03-11Clarify what registration_shared_secret allows for (#2885) (#4844)Aaron Raimist4-6/+7