Commit
d2f8831df8876b1fdcc9f8a21f55e472813c694d
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
Initial service script for celery
Signed-off-by: Matheus Fernandes <matheus.souza.fernandes@gmail.com>
Signed-off-by: Sérgio Oliveira <sergio@tracy.com.br>
| @@ -0,0 +1,11 @@ |
| @@ -0,0 +1,11 @@ |
| |
1
| +[Unit] |
| |
2
| +Description=Celery workers |
| |
3
| + |
| |
4
| +[Service] |
| |
5
| +EnvironmentFile=-/etc/default/celeryd |
| |
6
| +User=colab |
| |
7
| +ExecStart=/usr/lib/colab/bin/colab-admin celery worker $CELERYD_OPTS |
| |
8
| +Restart=on-failure |
| |
9
| + |
| |
10
| +[Install] |
| |
11
| +WantedBy=multi-user.target |