summaryrefslogtreecommitdiff
path: root/baserock_webserver/gitlab-bot/gitlab-bst-bot.service.in
blob: cc3f5af4dce3b993d4cbcb11641f7155b326ef4f (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=default.target