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

Unified Diff: modules/discourse/files/sudoers

Issue 9422170: Run Discourse via Thin rather than FGCI (Closed)
Patch Set: Created Feb. 27, 2013, 1:34 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
Index: modules/discourse/files/sudoers
===================================================================
--- a/modules/discourse/files/sudoers
+++ b/modules/discourse/files/sudoers
@@ -1,3 +1,3 @@
-Cmnd_Alias SPAWN_FCGI = /etc/init.d/spawn-fcgi start, /etc/init.d/spawn-fcgi stop, /etc/init.d/spawn-fcgi restart
+Cmnd_Alias DISCOURSE = /etc/init.d/discourse-thin start, /etc/init.d/discourse-thin stop, /etc/init.d/discourse-thin restart
-discourse ALL=(ALL) NOPASSWD: SPAWN_FCGI
+discourse ALL=(ALL) NOPASSWD: DISCOURSE

Powered by Google App Engine
This is Rietveld