mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-05 14:07:27 -08:00
dev-util/gitlab-runner: fix systemd service
Closes: https://bugs.gentoo.org/885779 Signed-off-by: William Hubbs <williamh@gentoo.org>
This commit is contained in:
parent
2b4edbc44e
commit
fbf86c7889
@ -1,6 +1,6 @@
|
||||
[Unit]
|
||||
Description=GitLab Runner service
|
||||
After=syslog.target network.target
|
||||
After=network.target
|
||||
ConditionFileIsExecutable=/usr/bin/gitlab-runner
|
||||
|
||||
[Service]
|
||||
@ -9,8 +9,6 @@ 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
|
||||
StandardOutput=syslog
|
||||
StandardError=syslog
|
||||
SyslogIdentifier=gitlab-runner
|
||||
ExecReload=/bin/kill -HUP $MAINPID
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user