From: Efraim Flashner <efraim@flashner.co.il>
To: "Ludovic Courtès" <ludo@gnu.org>
Cc: 38240@debbugs.gnu.org
Subject: [bug#38240] [PATCH v2] services: sysctl: Make service one-shot.
Date: Tue, 19 Nov 2019 11:57:52 +0200 [thread overview]
Message-ID: <20191119095752.GO15074@E5400> (raw)
In-Reply-To: <877e3wryis.fsf@gnu.org>
[-- Attachment #1: Type: text/plain, Size: 1817 bytes --]
On Tue, Nov 19, 2019 at 10:44:27AM +0100, Ludovic Courtès wrote:
> Hello,
>
> Efraim Flashner <efraim@flashner.co.il> skribis:
>
> > 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
> >
> > From fa6ed7c614d2b3e42fbcb44878b69ebda37f23e7 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 '--one-shot' flag. Remove 'stop' command. Remove
> > 'respawn' option.
> > ---
> > gnu/services/sysctl.scm | 4 +---
> > 1 file changed, 1 insertion(+), 3 deletions(-)
> >
> > diff --git a/gnu/services/sysctl.scm b/gnu/services/sysctl.scm
> > index 5e9e6f0661..e59e345189 100644
> > --- a/gnu/services/sysctl.scm
> > +++ b/gnu/services/sysctl.scm
> > @@ -58,9 +58,7 @@
> > (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"))))))))
>
> I think you also need to add (one-shot? #t), right?
>
Indeed. I'm also pretty sure that I don't want the '--one-shot' flag
that I copied from cuirass.
--
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 --]
next prev parent reply other threads:[~2019-11-19 9:59 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 [this message]
2019-11-19 10:00 ` [bug#38240] [PATCH v3] " Efraim Flashner
2019-11-20 14:10 ` Ludovic Courtès
2019-11-20 19:24 ` bug#38240: " Efraim Flashner
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=20191119095752.GO15074@E5400 \
--to=efraim@flashner.co.il \
--cc=38240@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.