How to Change the User starting Confluence with start-confluence.sh script

Still need help?

The Atlassian Community is here for you.

Ask the community

The <Confluence_Install>/bin/start-confluence.sh script uses a variable, CONF_USER which is set in <Confluence_Install>/bin/user.sh.

To change the user the script will use to run Confluence,

  1. Edit <Confluence_Install>/bin/user.sh:
user.sh excerpt
# START INSTALLER MAGIC ! DO NOT EDIT !
CONF_USER="confluence" ##
# END INSTALLER MAGIC ! DO NOT EDIT !
export CONF_USER

2. Replace "confluence" with the user you would like to run Confluence.

3. When you start Confluence using start-confluence.sh the user you designated will be used.

 

Last modified on Feb 19, 2016

Was this helpful?

Yes
No
Provide feedback about this article
Powered by Confluence and Scroll Viewport.