mirror of
https://github.com/bookwyrm-social/bookwyrm.git
synced 2025-02-18 03:55:19 +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]
|
[Unit]
|
||||||
Description=BookWyrm scheduler
|
Description=BookWyrm scheduler
|
||||||
After=network.target postgresql.service
|
After=network.target postgresql.service redis.service
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
User=bookwyrm
|
User=bookwyrm
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[Unit]
|
[Unit]
|
||||||
Description=BookWyrm
|
Description=BookWyrm
|
||||||
After=network.target postgresql.service
|
After=network.target postgresql.service redis.service
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
User=bookwyrm
|
User=bookwyrm
|
||||||
|
|
Loading…
Reference in a new issue