From: Jorropo Date: Thu, 26 Jul 2018 19:01:34 +0000 (+0200) Subject: Added redis-server.service to After X-Git-Tag: v1.0.0-beta.10.pre.2~6 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=9a515f76ef1478927408ca411fe9d2152ebc096c;p=oweals%2Fpeertube.git Added redis-server.service to After On very very slow monocore server, peertube can generate error if redis isn't started. --- diff --git a/support/systemd/peertube.service b/support/systemd/peertube.service index 346738159..88856385c 100644 --- a/support/systemd/peertube.service +++ b/support/systemd/peertube.service @@ -1,6 +1,6 @@ [Unit] Description=PeerTube daemon -After=network.target postgresql.service +After=network.target postgresql.service redis-server.service [Service] Type=simple