Skip to content

Commit

Permalink
Merge pull request #70 from colab/fix_colab_service
Browse files Browse the repository at this point in the history
Fix gunicorn on colab service
  • Loading branch information
macartur committed Sep 10, 2015
2 parents ec15f50 + c61ea7f commit 48dc08f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion misc/lib/systemd/system/colab.service
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ EnvironmentFile=-/etc/sysconfig/colab
PermissionsStartOnly=true
ExecStartPre=/usr/bin/mkdir -p /var/lock/colab
ExecStartPre=/usr/bin/chown -R colab:colab /var/lock/colab
ExecStart=/usr/lib/colab/bin/gunicorn colab.wsgi:application --config="/etc/colab/gunicorn.py"
ExecStart=/usr/lib/colab/bin/gunicorn colab.wsgi:application --config=/etc/colab/gunicorn.py
Restart=on-failure

[Install]
Expand Down

0 comments on commit 48dc08f

Please sign in to comment.