summarylogtreecommitdiffstats
path: root/crucible.service
diff options
context:
space:
mode:
authorSam Whited2015-12-21 13:51:35 -0600
committerSam Whited2015-12-21 13:51:35 -0600
commit1c0b1637243bab5eb7f270100f05d966c6103d7e (patch)
treec2e113d2dc8cc9cb6f2baf375dc6e949759cb299 /crucible.service
downloadaur-atlassian-crucible.tar.gz
Initial pass at a crucible PKGBUILD
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
+