public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "William Hubbs" <williamh@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/gitlab-runner/files/
Date: Sun,  1 Jan 2023 05:41:32 +0000 (UTC)	[thread overview]
Message-ID: <1672551677.fbf86c7889d2e314e0120a34d2e1ae57cc7b31db.williamh@gentoo> (raw)

commit:     fbf86c7889d2e314e0120a34d2e1ae57cc7b31db
Author:     William Hubbs <williamh <AT> gentoo <DOT> org>
AuthorDate: Sun Jan  1 05:41:17 2023 +0000
Commit:     William Hubbs <williamh <AT> gentoo <DOT> 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 <williamh <AT> 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
 


             reply	other threads:[~2023-01-01  5:41 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-01-01  5:41 William Hubbs [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-03-07 16:43 [gentoo-commits] repo/gentoo:master commit in: dev-util/gitlab-runner/files/ Conrad Kostecki

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1672551677.fbf86c7889d2e314e0120a34d2e1ae57cc7b31db.williamh@gentoo \
    --to=williamh@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox