mirror of
https://github.com/bookwyrm-social/bookwyrm.git
synced 2024-11-25 19:11:09 +00:00
Add redis.service in After for bookwyrm and bookwyrm-scheduler services
This commit is contained in:
parent
358a0e60a9
commit
45aa397863
2 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
[Unit]
|
||||
Description=BookWyrm scheduler
|
||||
After=network.target postgresql.service
|
||||
After=network.target postgresql.service redis.service
|
||||
|
||||
[Service]
|
||||
User=bookwyrm
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[Unit]
|
||||
Description=BookWyrm
|
||||
After=network.target postgresql.service
|
||||
After=network.target postgresql.service redis.service
|
||||
|
||||
[Service]
|
||||
User=bookwyrm
|
||||
|
|
Loading…
Reference in a new issue