We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent edcbe0a commit 6e5a04fCopy full SHA for 6e5a04f
apps/py/ch12_deployment/config/gtmeeting.service
@@ -0,0 +1,15 @@
1
+[Unit]
2
+Description=uWSGI Guitary server instance
3
+After=syslog.target
4
+
5
+[Service]
6
+ExecStart=/apps/venv/bin/uwsgi -H /apps/venv --master --processes 4 --threads 2 --http :5000 --manage-script-name --python-path /apps/app_repo/apps/py/ch07_web --mount /=wsgi:app --logto /apps/logs/guitary/uwsgi.log
7
+RuntimeDirectory=/apps/app_repo/apps/py/ch07_web
8
+Restart=always
9
+KillSignal=SIGQUIT
10
+Type=notify
11
+StandardError=syslog
12
+NotifyAccess=all
13
14
+[Install]
15
+WantedBy=multi-user.target
0 commit comments