From adae20cc7d603b5739751a844224ecd8d6f98e01 Mon Sep 17 00:00:00 2001 From: Jan Dittberner Date: Wed, 4 Mar 2020 16:55:38 +0100 Subject: [PATCH] Update documentation Bump copyright years and document that we use systemd instead of supervisord to run the celery worker. --- LICENSE.txt | 2 +- docs/deploy.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/LICENSE.txt b/LICENSE.txt index 96e8baa..ec337c9 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -1,4 +1,4 @@ -Copyright (c) 2014, 2015 Jan Dittberner +Copyright (c) 2014-2020 Jan Dittberner Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation diff --git a/docs/deploy.rst b/docs/deploy.rst index 124e75a..762770f 100644 --- a/docs/deploy.rst +++ b/docs/deploy.rst @@ -7,4 +7,4 @@ of the following steps: * installation of native dependencies * setup of a virtualenv * installation of gvafile production dependencies inside the virtualenv -* setup of celery worker under control of supervisord +* setup of celery worker under control of systemd