Skip to content

Commit 6e5a04f

Browse files
Update gtmeeting.service
1 parent edcbe0a commit 6e5a04f

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)