Commit
860f3901c2d71a086efe1e584f9fc67f778fc46c
Exists in
master
and in
18 other branches
1.12.x, celery_service, change-passwd-signal, colab_search, colab_tag, detach_super_archives, fix-dashboard, fix-message-preview, go_to_profile_panel, mobile_user_scalable, paginate-threads, removing_namespace, search_block, search_filters, split_screen, timestamp_plugins, user_regex, validate-passwd
Add dependencies between colab and celeryd services
Signed-off-by: Matheus Fernandes <matheus.souza.fernandes@gmail.com>
1
| [Unit] |
1
| [Unit] |
2
| Description=Celery workers |
2
| Description=Celery workers |
| |
3
| +PartOf=colab.service |
3
| |
4
| |
4
| [Service] |
5
| [Service] |
5
| EnvironmentFile=-/etc/default/celeryd |
6
| EnvironmentFile=-/etc/default/celeryd |
1
| [Unit] |
1
| [Unit] |
2
| Description=Colab |
2
| Description=Colab |
| |
3
| +Before=celeryd.service |
| |
4
| +Requires=celeryd.service |
3
| |
5
| |
4
| [Service] |
6
| [Service] |
5
| User=colab |
7
| User=colab |