summaryrefslogtreecommitdiffstats
path: root/systemd/confluence.service
diff options
context:
space:
mode:
Diffstat (limited to 'systemd/confluence.service')
-rw-r--r--systemd/confluence.service19
1 files changed, 19 insertions, 0 deletions
diff --git a/systemd/confluence.service b/systemd/confluence.service
new file mode 100644
index 0000000..9a479e2
--- /dev/null
+++ b/systemd/confluence.service
@@ -0,0 +1,19 @@
+[Unit]
+Description = Confluence Server
+After=syslog.target network.target
+
+[Service]
+Type=forking
+#Environment=CONFLUENCE_HOME=/opt/atlassian/homes/confluence
+Environment=JAVA_HOME=/opt/jdk
+PermissionsStartOnly=true
+User=confluence
+Group=atlassian
+ExecStart=/opt/confluence/bin/startup.sh
+ExecStop=/opt/confluence/bin/shutdown.sh
+TimeoutStartSec=120
+TimeoutStopSec=600
+PrivateTmp=true
+
+[Install]
+WantedBy = multi-user.target