Add redis.service in After for bookwyrm and bookwyrm-scheduler services

This commit is contained in:
Doctor 2022-12-30 17:35:11 +01:00 committed by Codimp
parent 358a0e60a9
commit 45aa397863
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
[Unit]
Description=BookWyrm scheduler
After=network.target postgresql.service
After=network.target postgresql.service redis.service
[Service]
User=bookwyrm

View file

@ -1,6 +1,6 @@
[Unit]
Description=BookWyrm
After=network.target postgresql.service
After=network.target postgresql.service redis.service
[Service]
User=bookwyrm