1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-13 03:32:12 +00:00

Before= After= based on order of appearence in main.yml

This commit is contained in:
Jerry Vonau 2020-09-09 15:02:24 +01:00
parent 2775c7600a
commit 764039df05
3 changed files with 5 additions and 0 deletions

View file

@ -1,6 +1,8 @@
[Unit]
Description=Celery service
After=network.target
After=lokole.service
Before=celerybeat.service
[Service]
Type=simple

View file

@ -1,6 +1,8 @@
[Unit]
Description=Celery beat timed service
After=network.target
After=celery.service
Before=lokole_restarter.service
[Service]
Type=simple

View file

@ -1,6 +1,7 @@
[Unit]
Description=Lokole webapp restarter
After=network.target
After=celerybeat.service
[Service]
Type=simple