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