mirror of
https://github.com/YunoHost-Apps/bookwyrm_ynh.git
synced 2024-09-03 18:16:12 +02:00
fix service [Unit]
This commit is contained in:
parent
c2f10e7622
commit
d0e574b895
3 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
||||||
|
|
||||||
[Unit]
|
[Unit]
|
||||||
Description=__APP__ celery beat process
|
Description=__APP__ celery beat process
|
||||||
After=redis.service postgresql.service
|
After=network.target postgresql.service redis.service
|
||||||
PartOf=__APP__.target
|
PartOf=__APP__.target
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
|
|
||||||
[Unit]
|
[Unit]
|
||||||
Description=__APP__ application server
|
Description=__APP__ application server
|
||||||
After=redis.service postgresql.service
|
After=network.target postgresql.service redis.service
|
||||||
PartOf=__APP__.target
|
PartOf=__APP__.target
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
|
|
||||||
[Unit]
|
[Unit]
|
||||||
Description=__APP__ celery worker
|
Description=__APP__ celery worker
|
||||||
After=redis.service postgresql.service
|
After=network.target postgresql.service redis.service
|
||||||
PartOf=__APP__.target
|
PartOf=__APP__.target
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
|
|
Loading…
Add table
Reference in a new issue