aboutsummaryrefslogtreecommitdiff
path: root/etc/disarchive-manifest.scm
diff options
context:
space:
mode:
authorMaxim Cournoyer <maxim.cournoyer@gmail.com>2023-04-21 08:21:13 -0400
committerMaxim Cournoyer <maxim.cournoyer@gmail.com>2023-04-21 08:29:00 -0400
commit555e3a951f787ba22795c3c84186df13430eab0d (patch)
tree79d9a5c86e5a1a1877a75247f4649bfd2febcdb0 /etc/disarchive-manifest.scm
parent4065d9dfd592255a4ae61e72f9315ba7fcb9c90b (diff)
downloadguix-555e3a951f787ba22795c3c84186df13430eab0d.tar.gz
guix-555e3a951f787ba22795c3c84186df13430eab0d.zip
gnu: opensp: Fix build.
This is a follow up commit to b84d0b81b2. * gnu/packages/xml.scm (opensp) [arguments]: Properly quote.
Diffstat (limited to 'etc/disarchive-manifest.scm')
0 files changed, 0 insertions, 0 deletions
r>2022-04-10services: shepherd: Do not unload transient services....Fixes <https://issues.guix.gnu.org/54812>. Starting with Shepherd 0.9.0 and the use of 'make-inetd-constructor' in commit 808b9e850491c7b1d867a5f1f4d5ee6f61f345d4, systems might be running transient Shepherd services such as those corresponding to SSH connections. Before this change, 'shepherd-service-upgrade' would have those transient services in the list of services to unload; concretely, that would lead all SSH connections to be closed upon 'guix system reconfigure'. * gnu/services/shepherd.scm (shepherd-service-upgrade): Remove transient services to TO-UNLOAD. Ludovic Courtès 2022-04-07services: shepherd: Default to version 0.9....* gnu/services/shepherd.scm (scm->go): Define 'shepherd&co' and pass it to 'with-extensions'. (shepherd-configuration-file): Call 'start-in-the-background' when it is defined. (<shepherd-configuration>)[shepherd]: Default to SHEPHERD-0.9. * gnu/system.scm (hurd-default-essential-services): Use SHEPHERD-0.8. Ludovic Courtès