From cef968bae682dbb99a4e58fbd14bf508bcd836d3 Mon Sep 17 00:00:00 2001 From: Pratik Vyas Date: Mon, 13 Oct 2014 20:04:31 +0530 Subject: [PATCH] Update README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 9da15084..ccd375c7 100644 --- a/README.md +++ b/README.md @@ -197,6 +197,12 @@ bench setup supervisor sudo ln -s `pwd`/config/supervisor.conf /etc/supervisor/conf.d/frappe.conf ``` +Note: For CentOS 7, the extension should be `ini`, thus the command becomes +``` +bench setup supervisor +sudo ln -s `pwd`/config/supervisor.conf /etc/supervisor/conf.d/frappe.ini #for CentOS 7 only +``` + The bench will also need to restart the processes managed by supervisor when you update the apps. To automate this, you will have to setup sudoers using the command, `sudo bench setup sudoers $(whoami)`.