diff options
author | Erik Johnston <erik@matrix.org> | 2015-05-08 13:37:54 +0100 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2015-05-08 13:37:54 +0100 |
commit | 9a9386226a8d522f105c8c3965e8e17304e03f60 (patch) | |
tree | 9a6c5735e94dbe4820eac7e347ea860b87e965eb | |
parent | Bump version (diff) | |
download | synapse-9a9386226a8d522f105c8c3965e8e17304e03f60.tar.xz |
Mention Ivan Shapovalov contrib/systemd
-rw-r--r-- | AUTHORS.rst | 3 | ||||
-rw-r--r-- | CHANGES.rst | 2 |
2 files changed, 5 insertions, 0 deletions
diff --git a/AUTHORS.rst b/AUTHORS.rst index 8396e535e8..3a457cd9fc 100644 --- a/AUTHORS.rst +++ b/AUTHORS.rst @@ -35,3 +35,6 @@ Turned to Dust <dwinslow86 at gmail.com> Brabo <brabo at riseup.net> * Installation instruction fixes + +Ivan Shapovalov <intelfx100 at gmail.com> + * contrib/systemd: a sample systemd unit file and a logger configuration diff --git a/CHANGES.rst b/CHANGES.rst index f0bb973dcf..65970a89c7 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -10,6 +10,8 @@ General: * Fix race in caches that occasionally caused some presence updates to be dropped - SYN-369. * Check server name has not changed on restart. +* Add a sample systemd unit file and a logger configuration in + contrib/systemd. Contributed Ivan Shapovalov. Federation: |