Commit
50f07aecb59a5065dbdb5c63efbd7a4d69f29597
Exists in
master
and in
13 other branches
Validation_colab_sprint_30, check-port, generic-plugins, header_footer, mezuro-integration, move_out_plugins, plugin_extra_configs, proxy_base_template, proxy_hotspot, spb-release/3.0, stable, test, trac_indexing
Add systemd service file
|
| @@ -0,0 +1,10 @@ |
| @@ -0,0 +1,10 @@ |
|
| |
1
| +[Unit] |
|
| |
2
| +Description=Colab |
|
| |
3
| + |
|
| |
4
| +[Service] |
|
| |
5
| +User=colab |
|
| |
6
| +ExecStart=/usr/lib/colab/bin/gunicorn colab.wsgi:application --bind=127.0.0.1:8001 --workers=3 |
|
| |
7
| +Restart=on-failure |
|
| |
8
| + |
|
| |
9
| +[Install] |
|
| |
10
| +WantedBy=multi-user.target |