Сравнение версий

Ключ

  • Эта строка добавлена.
  • Эта строка удалена.
  • Изменено форматирование.

Once confluence is installed as a service on centos7, you can simply restart confluence like following

Code Block
/etc/init.d/confluence restart


If you installed one more a confluence instance on  your server, you will be able to find another file on init.d like confluence1, then what you should to restart your confluence instance is run as following

Code Block
/etc/init.d/confluence1 restart