summaryrefslogtreecommitdiff
path: root/baserock_webserver/gitlab-bot/gitlab-bst-bot.conf
blob: b34026a851badaca07ef5c110a9cb35f636018ab (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# /etc/init/gitlab-bst-bot.conf

description "Gitlab irc notifications server"

start on startup
stop on shutdown


# Automatically Respawn:
respawn
respawn limit 99 5

setuid ubuntu
setgid ubuntu

script
  cd {{ gitlab_to_irc_install_location }}
  exec sudo node index.js
end script