From: Efraim Flashner <efraim@flashner.co.il>
To: "Ludovic Courtès" <ludo@gnu.org>
Cc: 38240-done@debbugs.gnu.org
Subject: bug#38240: [PATCH v3] services: sysctl: Make service one-shot.
Date: Wed, 20 Nov 2019 21:24:52 +0200 [thread overview]
Message-ID: <20191120192452.GU15074@E5400> (raw)
In-Reply-To: <878soaprim.fsf@gnu.org>
[-- Attachment #1: Type: text/plain, Size: 1728 bytes --]
On Wed, Nov 20, 2019 at 03:10:57PM +0100, Ludovic Courtès wrote:
> Hello!
>
> Efraim Flashner <efraim@flashner.co.il> skribis:
>
> > From 796bf6d1b58d675b04198e536bae62552b16da75 Mon Sep 17 00:00:00 2001
> > From: Efraim Flashner <efraim@flashner.co.il>
> > Date: Sat, 16 Nov 2019 23:33:31 +0200
> > Subject: [PATCH] services: sysctl: Make service one-shot.
> >
> > * gnu/services/sysctl.scm (sysctl-shepherd-service): Adjust shepherd
> > service to use the 'one-shot?' keyword. Remove 'stop' command. Remove
> > 'respawn' option.
> > ---
> > gnu/services/sysctl.scm | 5 ++---
> > 1 file changed, 2 insertions(+), 3 deletions(-)
> >
> > diff --git a/gnu/services/sysctl.scm b/gnu/services/sysctl.scm
> > index 5e9e6f0661..2110b80395 100644
> > --- a/gnu/services/sysctl.scm
> > +++ b/gnu/services/sysctl.scm
> > @@ -58,9 +58,8 @@
> > (documentation "Configure kernel parameters at boot.")
> > (provision '(sysctl))
> > (start #~(lambda _
> > - (zero? (system* #$sysctl "--load" #$sysctl.conf))))
> > - (stop #~(const #t))
> > - (respawn? #f))))))
> > + (invoke #$sysctl "--load" #$sysctl.conf)))
> > + (one-shot? #t))))))
>
> Perhaps we’d rather keep the (zero? (system* …)) idiom here, so that
> ‘herd start’ gracefully reports failure of ‘sysctl’.
I didn't think that'd be a problem.
>
> Apart from that, it’s all good to me! :-)
>
> Ludo’.
Ok, patch pushed!
--
Efraim Flashner <efraim@flashner.co.il> אפרים פלשנר
GPG key = A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
prev parent reply other threads:[~2019-11-20 19:26 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-11-16 21:42 [bug#38240] [PATCH] services: sysctl: Make service one-shot Efraim Flashner
2019-11-18 8:21 ` [bug#38240] [PATCH v2] " Efraim Flashner
2019-11-19 9:44 ` Ludovic Courtès
2019-11-19 9:57 ` Efraim Flashner
2019-11-19 10:00 ` [bug#38240] [PATCH v3] " Efraim Flashner
2019-11-20 14:10 ` Ludovic Courtès
2019-11-20 19:24 ` Efraim Flashner [this message]
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=20191120192452.GU15074@E5400 \
--to=efraim@flashner.co.il \
--cc=38240-done@debbugs.gnu.org \
--cc=ludo@gnu.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.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.