upgpkg: wordpress 6.2.1-1
[ArchLinux/community.git] / gitlab-workhorse / trunk / gitlab-workhorse.service
blob8a6ebc32e3330ac3455cf0a26d52144de24b37df
1 [Unit]
2 Description=Gitlab Workhorse
3 Requires=gitlab-puma.service
4 After=gitlab-puma.service
6 [Service]
7 User=gitlab
8 Group=gitlab
9 WorkingDirectory=/usr/share/webapps/gitlab
10 SyslogIdentifier=gitlab-workhorse
11 CapabilityBoundingSet=
12 ProtectSystem=full
13 ProtectHome=true
14 NoNewPrivileges=true
15 ExecStart=/usr/bin/gitlab-workhorse -listenUmask 0 -listenNetwork unix -listenAddr /run/gitlab/gitlab-workhorse.socket -authBackend http://localhost:8080 -authSocket /run/gitlab/gitlab.socket -documentRoot /usr/share/webapps/gitlab/public
16 ExecStop=/usr/bin/kill -QUIT $MAINPID
17 ExecReload=/usr/bin/kill -USR2 $MAINPID
18 Restart=on-failure
19 RestartSec=1
21 [Install]
22 WantedBy=multi-user.target