mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-04 12:18:08 -07: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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user