]> git.parisson.com Git - telemeta.git/commitdiff
Add wsgi touch-reload /srv/app/wsgi.py
authorGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Mon, 19 Feb 2018 23:36:09 +0000 (00:36 +0100)
committerGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Mon, 19 Feb 2018 23:36:09 +0000 (00:36 +0100)
app/scripts/app.sh

index efa8722007e999d9531868ee234cc7f3daa5542d..461191afe337b93fe6d774fd5c2984aa47ae308f 100644 (file)
@@ -60,5 +60,5 @@ else
     # app start
     uwsgi --socket :$port --wsgi-file $wsgi --chdir $app --master \
         --processes $processes --threads $threads \
-        --uid $uid --gid $gid
+        --uid $uid --gid $gid --touch-reload $wsgi
 fi