From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id D83A515800F for ; Sun, 1 Jan 2023 05:41:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EFF0DE07EA; Sun, 1 Jan 2023 05:41:34 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D238CE07EA for ; Sun, 1 Jan 2023 05:41:34 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C2945340D0A for ; Sun, 1 Jan 2023 05:41:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 26CDD76F for ; Sun, 1 Jan 2023 05:41:32 +0000 (UTC) From: "William Hubbs" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "William Hubbs" Message-ID: <1672551677.fbf86c7889d2e314e0120a34d2e1ae57cc7b31db.williamh@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/gitlab-runner/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/gitlab-runner/files/gitlab-runner.service X-VCS-Directories: dev-util/gitlab-runner/files/ X-VCS-Committer: williamh X-VCS-Committer-Name: William Hubbs X-VCS-Revision: fbf86c7889d2e314e0120a34d2e1ae57cc7b31db X-VCS-Branch: master Date: Sun, 1 Jan 2023 05:41:32 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 9344bff9-f81c-4344-9910-f9cb74f335ab X-Archives-Hash: 0d6fbc96aeb7956593c388f905b271b4 commit: fbf86c7889d2e314e0120a34d2e1ae57cc7b31db Author: William Hubbs gentoo org> AuthorDate: Sun Jan 1 05:41:17 2023 +0000 Commit: William Hubbs gentoo org> CommitDate: Sun Jan 1 05:41:17 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fbf86c78 dev-util/gitlab-runner: fix systemd service Closes: https://bugs.gentoo.org/885779 Signed-off-by: William Hubbs gentoo.org> dev-util/gitlab-runner/files/gitlab-runner.service | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/dev-util/gitlab-runner/files/gitlab-runner.service b/dev-util/gitlab-runner/files/gitlab-runner.service index 047de5cc7363..8f7ba2ad1fb6 100644 --- a/dev-util/gitlab-runner/files/gitlab-runner.service +++ b/dev-util/gitlab-runner/files/gitlab-runner.service @@ -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