RHEL6 is the same as Centos6
RHEL7 may be the same as Centos6 too£¬ but I have not test that£¬
May be we can apply the patch£¬ and update it  later 

If approve this£¬ I will update my patch and commit it soon

At 2014-07-07 07:31:40, "Aline Manera" <alinefm@linux.vnet.ibm.com> wrote: > > >On 07/04/2014 08:17 AM, Ding xiao wrote: >> We use different startup script in different >> system, so it's nessesary introduce them. >> >> Signed-off-by: Ding xiao <ssdxiao@163.com> >> --- >> docs/README.md | 15 +++++++++++++++ >> 1 files changed, 15 insertions(+), 0 deletions(-) >> >> diff --git a/docs/README.md b/docs/README.md >> index ab03918..dbefae3 100644 >> --- a/docs/README.md >> +++ b/docs/README.md >> @@ -114,6 +114,21 @@ Run >> >> $ sudo kimchid --host=0.0.0.0 >> >> +Use startup script in different system >> +---------------------------------------- >> + >> +Fedora: >> + $ systemctl start kimchid.service >> + $ systemctl stop kimchid.service >> + >> +Suse or Centos5: > >We usually refer to openSUSE > >> + $ service start kimchid >> + $ service stop kimchid >> + >> +Centos6 or Debian: >> + $ start kimchid >> + $ stop kimchid >> + >> Usage >> ----- >> > >What about RHEL6 and RHEL7? >