summarylogtreecommitdiffstats
path: root/stash.service
blob: adcf84e408b3ff80c837b78607fb3bc01f919538 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[Unit]
Description=Bitbucket Server (Stash) by Atlassian
After=network.target

[Service]
Type=forking
ExecStart=/opt/atlassian-stash/bin/start-bitbucket.sh
ExecStop=/opt/atlassian-stash/bin/stop-bitbucket.sh
PIDFile=/opt/atlassian-stash/work/catalina.pid
KillSignal=SIGINT
LimitNOFILE=8196

[Install]
WantedBy=multi-user.target