Commit c61ea7f6569c6040a27de3b7ff76cd95cb486035
1 parent
ec15f507
Exists in
master
and in
18 other branches
Fix gunicorn on colab service
Signed-off-by: Alexandre Barbosa <alexandreab@live.com> Signed-off-by: Gustavo Jaruga <darksshades@gmail.com> Signed-off-by: Matheus Faria <matheus.sousa.faria@gmail.com> Signed-off-by: Lucas Kanashiro <kanashiro.duarte@gmail.com> Signed-off-by: Macartur Sousa <macartur.sc@gmail.com> Signed-off-by: Rodrigo Siqueira <rodrigosiqueiramelo@gmail.com> Signed-off-by: Sergio Oliveira <sergio@tracy.com.br>
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
misc/lib/systemd/system/colab.service
... | ... | @@ -7,7 +7,7 @@ EnvironmentFile=-/etc/sysconfig/colab |
7 | 7 | PermissionsStartOnly=true |
8 | 8 | ExecStartPre=/usr/bin/mkdir -p /var/lock/colab |
9 | 9 | ExecStartPre=/usr/bin/chown -R colab:colab /var/lock/colab |
10 | -ExecStart=/usr/lib/colab/bin/gunicorn colab.wsgi:application --config="/etc/colab/gunicorn.py" | |
10 | +ExecStart=/usr/lib/colab/bin/gunicorn colab.wsgi:application --config=/etc/colab/gunicorn.py | |
11 | 11 | Restart=on-failure |
12 | 12 | |
13 | 13 | [Install] | ... | ... |