summaryrefslogtreecommitdiff
path: root/baserock_webserver/gitlab-bot/gitlab-bst-bot.service.in
diff options
context:
space:
mode:
Diffstat (limited to 'baserock_webserver/gitlab-bot/gitlab-bst-bot.service.in')
-rw-r--r--baserock_webserver/gitlab-bot/gitlab-bst-bot.service.in12
1 files changed, 12 insertions, 0 deletions
diff --git a/baserock_webserver/gitlab-bot/gitlab-bst-bot.service.in b/baserock_webserver/gitlab-bot/gitlab-bst-bot.service.in
new file mode 100644
index 00000000..cc3f5af4
--- /dev/null
+++ b/baserock_webserver/gitlab-bot/gitlab-bst-bot.service.in
@@ -0,0 +1,12 @@
+[Unit]
+Description = Gitlab irc notifications server
+
+[Service]
+Type = simple
+ExecStart = /usr/bin/node {{ gitlab_to_irc_install_location }}/index.js
+User = fedora
+Group = fedora
+Restart = on-failure
+
+[Install]
+WantedBy=default.target