The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

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

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

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 Champions.
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.

DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
STANDARD
TAGS
AUG Leaders

Atlassian Community Events