mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2025-12-21 21:17:37 -08:00
Closes: https://bugs.gentoo.org/885779 Signed-off-by: William Hubbs <williamh@gentoo.org>
17 lines
419 B
Desktop File
17 lines
419 B
Desktop File
[Unit]
|
|
Description=GitLab Runner service
|
|
After=network.target
|
|
ConditionFileIsExecutable=/usr/bin/gitlab-runner
|
|
|
|
[Service]
|
|
StartLimitInterval=5
|
|
StartLimitBurst=10
|
|
ExecStart=/usr/bin/gitlab-runner run -c /etc/gitlab-runner/config.toml -u gitlab-runner -d /var/lib/gitlab-runner --syslog
|
|
Restart=always
|
|
RestartSec=120
|
|
SyslogIdentifier=gitlab-runner
|
|
ExecReload=/bin/kill -HUP $MAINPID
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|