unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Jan <tona_kosmicznego_smiecia@interia.pl>
To: Danny Milosavljevic <dannym@scratchpost.org>
Cc: guix-devel@gnu.org
Subject: Re: Install script supporting sysV init?
Date: Thu, 30 Jan 2020 15:11:58 +0100	[thread overview]
Message-ID: <20200130151146.316939a7@kompiuter> (raw)
In-Reply-To: <20200129001913.606a6f4e@scratchpost.org>

I made some more tests and it turns out the start procedure doesn't
work when ran manually - only the first time, the system boots,
guix-daemon is started, but if stopped, then you can't turn it on again
in the session.

Also why in the stop procedure, we kill the process two times?
 kill "${pid}"
 sleep 10
 kill -9 "${pid}" || true

In my opinion after waiting for 10 seconds, there should be a
conditional checking if the process still exists, to prevent throwing
error.

And one of the procedures restart or force-reload caused error, because
it was empty, so I copied contents of one of these into another like
this:

restart)
  "$0" stop
  "$0" start
  ;;
force-reload)
  "$0" stop
  "$0" start
  ;;


Jan Wielkiewicz

  reply	other threads:[~2020-01-30 14:12 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-01-26 22:02 Install script supporting sysV init? Jan
2020-01-26 22:38 ` Danny Milosavljevic
2020-01-27 16:09   ` Jan
2020-01-27 18:05     ` Julien Lepiller
2020-01-28 13:06       ` Jan
2020-01-28 14:52         ` Danny Milosavljevic
2020-01-28 15:25           ` Danny Milosavljevic
2020-01-28 22:54           ` Jan
2020-01-28 22:58             ` Danny Milosavljevic
2020-01-28 23:07               ` Jan
2020-01-28 23:19                 ` Danny Milosavljevic
2020-01-30 14:11                   ` Jan [this message]
2020-01-28 10:34   ` Ludovic Courtès
2020-02-05 19:44 ` Joshua Branson
2020-02-05 20:10   ` Jan

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

  List information: https://guix.gnu.org/

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

  git send-email \
    --in-reply-to=20200130151146.316939a7@kompiuter \
    --to=tona_kosmicznego_smiecia@interia.pl \
    --cc=dannym@scratchpost.org \
    --cc=guix-devel@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 public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).