diff --git a/runscript b/runscript
index 36e3584bb80792e2a0c64e1ce85d4d6411bc826e..41a12c0a994c15fe16f771de3f80c942e379aeb6 100755
--- a/runscript
+++ b/runscript
@@ -5,6 +5,8 @@ uwsgi \
         --workers 1 \
         --threads 8 \
         --protocol=http \
+        --uid=www-data \
+        --gid=www-data \
         -w tes.tes_wsgi &
 twsproxy 8090