summarylogtreecommitdiffstats
path: root/gitlab-mailroom.service
blob: b659a567183a3133be189874f42dadab42c29675 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
[Unit]
Description=Gitlab mailroom Worker
Requires=gitlab-unicorn.service
Wants=gitlab-unicorn.service
After=gitlab-unicorn.service

[Service]
User=gitlab
Group=gitlab
Environment=RAILS_ENV=production PATH=/opt/ruby2.1/bin:/usr/bin
WorkingDirectory=<DATADIR>
SyslogIdentifier=gitlab-mailroom
PIDFile=/run/gitlab/gitlab-mailroom.pid
Type=oneshot
RemainAfterExit=yes

ExecStart=<DATADIR>/bin/mail_room start
ExecStop=<DATADIR>/bin/mail_room stop

[Install]
WantedBy=multi-user.target