Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

other user

Bahman Sharzad July 22, 2020

I install confluence with other username.

I can't start confluence as service on ubuntu. i set the new user and confluence in the same group. and all permission is ok for confluence user.

 

1 answer

0 votes
repi
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
July 22, 2020

@Bahman Sharzad 

You should start the service as root and define the user with whom the confluence should run in the configurations file.
You should also carry out the installation and updates with this user.

File is: /etc/systemd/system/confluence_ps.service

OS: Debian

[Unit] 
Description=Atlassian Confluence mit Postgresql (Wiki)
After=syslog.target network.target

[Service]
Type=forking
User=confluence
#Environment="JAVA_HOME=/usr/lib/jvm/jdk1.8.0_191"
#Environment="JRE=/usr/lib/jvm/jdk1.8.0_191/jre"
ExecStart=/data/atlassian_ps/confluence/bin/start-confluence.sh
ExecStop=/data/atlassian_ps/confluence/bin/stop-confluence.sh

[Install]
WantedBy=multi-user.target

 The environment variables are commented out and can be omitted.

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
STANDARD
TAGS
AUG Leaders

Atlassian Community Events