From 98c16943d50c8dd080b66bfe83a69b9e2a3dd16a Mon Sep 17 00:00:00 2001 From: Ludovic Courtès Date: Wed, 5 Nov 2014 09:35:44 +0100 Subject: services: Increase delay before SIGKILL is sent when halting. * gnu/services/base.scm (user-processes-service): Increase the default value of 'grace-delay'. This leaves more time for processes to clean up their PID files, /tmp/.X0-lock, etc. --- gnu/services/base.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gnu/services') diff --git a/gnu/services/base.scm b/gnu/services/base.scm index 57a79a7749..49bf0c3660 100644 --- a/gnu/services/base.scm +++ b/gnu/services/base.scm @@ -150,7 +150,7 @@ names such as device-mapping services." ;; the system. Typical example is user-space file systems. "/etc/dmd/do-not-kill") -(define* (user-processes-service requirements #:key (grace-delay 2)) +(define* (user-processes-service requirements #:key (grace-delay 5)) "Return the service that is responsible for terminating all the processes so that the root file system can be re-mounted read-only, just before rebooting/halting. Processes still running GRACE-DELAY seconds after SIGTERM -- cgit v1.2.3 ef='/guix/'>summaryrefslogtreecommitdiff
path: root/gnu/home/services/shepherd.scm
AgeCommit message (Expand)Author
2024-04-17services: Add the Guix Home service....Richard Sent
2024-03-21services: shepherd: Load each service file in a fresh module....Ludovic Courtès
2024-01-08home: services: shepherd: Use the 0.10.x interface....Ludovic Courtès
2023-08-20home: services: Support mapping of System services to Home services....Ludovic Courtès
2023-06-15home: services: xdg-base-directories: Deprecate XDG_LOG_HOME....Bruno Victal
2023-05-13services: shepherd: Default to 0.10....Ludovic Courtès
2022-11-18home: services: redshift: Add 'configuration' action....Ludovic Courtès
2022-09-14home: shepherd: Add daemonize? option to configuration....Andrew Tropin
2022-09-12home: shepherd: Add shepherd/init.scm to XDG_CONFIG_HOME....Andrew Tropin
2022-04-21home: shepherd: Redirect input port to /dev/null....Ludovic Courtès
2022-04-21home: shepherd: "shepherd.conf" returns one value....Ludovic Courtès
2022-04-12home: shepherd: Prevent launching the second instance....Andrew Tropin
2022-04-07home: shepherd: Default to version 0.9....Ludovic Courtès
2022-03-18home: services: Export record type accessors....Ludovic Courtès
2021-10-09Move (gnu home-services) to (gnu home services)....Oleg Pykhalov
2021-10-08gnu: Move (gnu home-services) to (gnu home services)....Oleg Pykhalov