Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: modules/rietveld/files/rietveld.conf

Issue 5459448122310656: Add rietveld to infrastructure (Closed)
Patch Set: Remove small dependency Created Feb. 12, 2014, 4:44 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « modules/rietveld/files/Makefile ('k') | modules/rietveld/manifests/init.pp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: modules/rietveld/files/rietveld.conf
===================================================================
new file mode 100644
--- /dev/null
+++ b/modules/rietveld/files/rietveld.conf
@@ -0,0 +1,14 @@
+description "rietveld"
+
+start on (filesystem)
+stop on runlevel [016]
+
+expect daemon
+
+respawn
+console log
+setuid rietveld
+setgid rietveld
+chdir /home/rietveld/django-gae2django/examples/rietveld
+
+exec python manage.py run_gunicorn -D
« no previous file with comments | « modules/rietveld/files/Makefile ('k') | modules/rietveld/manifests/init.pp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld