summary refs log tree commit diff
path: root/docs/systemd-with-workers (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Apply suggestions from code reviewAndrew Morgan2021-05-181-2/+2
|
* Removed duplicate file for hardening systemd workers and updated the docs as ↵Savyasachee Jha2021-05-181-8/+4
| | | | requested in code review
* Apply suggestions from code review by anoadragon453 Savyasachee Jha2021-05-181-4/+4
| | | | | Mostly a few grammatical changes to better fit the language expected Co-authored-by: Andrew Morgan <1342360+anoadragon453@users.noreply.github.com>
* Made changes as requested in PR discussion and added a mention of hardening ↵Savyasachee Jha2021-04-181-0/+34
| | | | in the docs
* Revert "Added some hardening measures to systemd unit files for managing the ↵Savyasachee Jha2021-04-182-142/+0
| | | | | | matrix-synapse service" This reverts commit 0d754ef4cf4a3a697b2c8e002bf3a9ac64af527f.
* Added some hardening measures to systemd unit files for managing the ↵Savyasachee Jha2021-04-132-0/+142
| | | | matrix-synapse service
* example systemd config: propagate reloads to units (#9463)Richard van der Hoff2021-02-222-0/+2
| | | | | It should be possible to reload `synapse.target` to have the reload propagate to all the synapse units.
* Fix typo in docs/systemd-with-workers/README.md (#9035)Emelie2021-01-071-1/+1
| | | Signed-off-by: Emelie em@nao.sh
* Fix typos in systemd-with-workers docAndrew Morgan2020-11-021-2/+2
|
* Systemd docs: configure workers to start after main process. (#8276)Richard van der Hoff2020-09-081-0/+5
|
* Fixup worker doc (again) (#8000)Erik Johnston2020-08-061-1/+1
|
* Ensure worker config exists in systemd service (#7528)David Vo2020-05-211-1/+1
|
* Make systemd-with-workers doc official (#7234)Richard van der Hoff2020-04-085-0/+127
Simplify and update this documentation, and make it part of the core dist.