summarylogtreecommitdiffstats
path: root/crucible.service
diff options
context:
space:
mode:
Diffstat (limited to 'crucible.service')
-rw-r--r--crucible.service14
1 files changed, 14 insertions, 0 deletions
diff --git a/crucible.service b/crucible.service
new file mode 100644
index 000000000000..5bb0bdc45ea9
--- /dev/null
+++ b/crucible.service
@@ -0,0 +1,14 @@
+[Unit]
+Description=Crucible code review tool by Atlassian
+After=network.target
+
+[Service]
+Type=forking
+ExecStart=/opt/atlassian-crucible/bin/start.sh
+ExecStop=/opt/atlassian-crucible/bin/stop.sh
+KillSignal=SIGINT
+LimitNOFILE=8196
+
+[Install]
+WantedBy=multi-user.target
+