Remove unnecessary ejabberdctl call.

This commit is contained in:
James Valleroy 2014-12-19 22:06:34 -05:00 committed by Sunil Mohan Adapa
parent 8c96519e34
commit b8a7007552

View File

@ -137,7 +137,6 @@ def subcommand_change_hostname(arguments):
in_hosts_section = True
conffile.write(line)
subprocess.call(['ejabberdctl', 'stop'])
subprocess.call(['service', 'ejabberd', 'stop'])
subprocess.call(['pkill', '-u', 'ejabberd'])