summaryrefslogtreecommitdiff
path: root/baserock_webserver/gitlab-bot/gitlab-bst-bot.service.in
blob: a2374795f1acfeed2f6eaee9454425e158d449df (plain)
1
2
3
4
5
6
7
8
9
10
11
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=multi-user.target