1
0
Fork 0

Added redis-server.service to After

On very very slow monocore server, peertube can generate error if redis isn't started.
This commit is contained in:
Jorropo 2018-07-26 21:01:34 +02:00 committed by Chocobozzz
parent 3ac046e2a4
commit 9a515f76ef
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
[Unit]
Description=PeerTube daemon
After=network.target postgresql.service
After=network.target postgresql.service redis-server.service
[Service]
Type=simple