summaryrefslogtreecommitdiffstats
path: root/systemd/confluence.service
diff options
context:
space:
mode:
authorGeorg2021-07-21 13:04:22 +0200
committerGeorg2021-07-21 13:04:22 +0200
commiteb04685ad152984c5903c94d5f33f5296cf6e277 (patch)
treebfd7c1f6d40dc9195aad74104c4600c0fbaaa9aa /systemd/confluence.service
parent3d1dead13b5f3d7674b98a3f8684686d8fbc681e (diff)
downloadsystem-eb04685ad152984c5903c94d5f33f5296cf6e277.tar.gz
system-eb04685ad152984c5903c94d5f33f5296cf6e277.tar.bz2
system-eb04685ad152984c5903c94d5f33f5296cf6e277.zip
Initial Systemd Service Run: 3/3
Signed-off-by: Georg <georg@lysergic.dev>
Diffstat (limited to 'systemd/confluence.service')
-rw-r--r--systemd/confluence.service19
1 files changed, 0 insertions, 19 deletions
diff --git a/systemd/confluence.service b/systemd/confluence.service
deleted file mode 100644
index 9a479e2..0000000
--- a/systemd/confluence.service
+++ /dev/null
@@ -1,19 +0,0 @@
-[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