fix service [Unit]

This commit is contained in:
Thomas 2023-11-13 13:59:16 +01:00 committed by GitHub
parent c2f10e7622
commit d0e574b895
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View file

@ -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]

View file

@ -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]

View file

@ -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]