 Issue 6155422901731328:
  Run Rietveld using the AppEngine SDK  (Closed)
    
  
    Issue 6155422901731328:
  Run Rietveld using the AppEngine SDK  (Closed) 
  | Left: | ||
| Right: | 
| OLD | NEW | 
|---|---|
| (Empty) | |
| 1 description "rietveld" | |
| 2 | |
| 3 start on (filesystem) | |
| 4 stop on runlevel [016] | |
| 5 | |
| 6 expect daemon | |
| 7 | |
| 8 respawn | |
| 9 console log | |
| 10 setuid rietveld | |
| 11 setgid rietveld | |
| 12 chdir /home/rietveld/django-gae2django/examples/rietveld | |
| 13 | |
| 14 exec python manage.py run_gunicorn -D | |
| OLD | NEW |