Skip to content
Snippets Groups Projects
Commit 9ce7a22c authored by ale's avatar ale
Browse files

Allow the gitlab-deps server to restart on error without limits

Should let gitlab-deps handle temporary unavailability of Gitlab on
startup, by simply retrying until the server comes back. The increased
RestartSec ensures we're not overwhelming the host with restarts.
parent a161dbb9
Branches
No related tags found
No related merge requests found
Pipeline #27897 passed
[Unit]
Description=gitlab-deps server
After=network.target
StartLimitIntervalSec=0
[Service]
Type=simple
Restart=on-failure
RestartSec=3
EnvironmentFile=/etc/default/gitlab-deps
ExecStart=/usr/sbin/gitlab-deps-server-wrapper
User=gitlab-deps
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment