From 9a515f76ef1478927408ca411fe9d2152ebc096c Mon Sep 17 00:00:00 2001 From: Jorropo Date: Thu, 26 Jul 2018 21:01:34 +0200 Subject: [PATCH] Added redis-server.service to After On very very slow monocore server, peertube can generate error if redis isn't started. --- support/systemd/peertube.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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