]> git.pld-linux.org Git - packages/gitlab-workhorse.git/blob - gitlab-workhorse.service
configurable listen options
[packages/gitlab-workhorse.git] / gitlab-workhorse.service
1 [Unit]
2 Description=GitLab Workhorse
3 After=gitlab-ce-puma.service
4 PartOf=gitlab-ce.target
5
6 [Service]
7 Type=simple
8 User=git
9 Group=git
10 WorkingDirectory=/usr/lib/gitlab
11 EnvironmentFile=/etc/sysconfig/gitlab-workhorse
12 ExecStart=/usr/sbin/gitlab-workhorse $OPTIONS $LISTEN_OPTIONS
13 Restart=on-failure
14
15 [Install]
16 WantedBy=multi-user.target
This page took 0.045474 seconds and 3 git commands to generate.