summarylogtreecommitdiffstats
path: root/atlassian-bitbucket.install
diff options
context:
space:
mode:
Diffstat (limited to 'atlassian-bitbucket.install')
-rw-r--r--atlassian-bitbucket.install6
1 files changed, 3 insertions, 3 deletions
diff --git a/atlassian-bitbucket.install b/atlassian-bitbucket.install
index c81f351ca180..9aea054b0338 100644
--- a/atlassian-bitbucket.install
+++ b/atlassian-bitbucket.install
@@ -1,7 +1,7 @@
post_install() {
- systemd-sysusers bitbucket.conf
- systemd-tmpfiles --create bitbucket.conf
- chown -R bitbucket:bitbucket /opt/atlassian-bitbucket /etc/bitbucket
+ #systemd-sysusers bitbucket.conf
+ #systemd-tmpfiles --create bitbucket.conf
+ chown -R bitbucket:bitbucket /opt/atlassian-bitbucket /etc/bitbucket /var/lib/bitbucket
chmod -R 750 /etc/bitbucket
echo "If you are running bitbucket in a VM and/or are experiencing trouble with the ssh-plugin, it might be necessary to enable haveged."
}