mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-05-28 03:51:53 +02:00
services: ngircd: Require networking.
Otherwise the service could fail starting if the networking interface takes some time to be created during the boot (one such example are WireGuard interfaces). * gnu/services/messaging.scm (ngircd-configuration) [shepherd-requirement]: Add networking. * doc/guix.texi (Messaging Services): Update. Change-Id: I387ae5780a35cad5b74d9883ac53f13de1a08c78
This commit is contained in:
+1
-1
@@ -30416,7 +30416,7 @@ The @code{ngircd} package to use.
|
||||
@item @code{debug?} (default: @code{#f}) (type: boolean)
|
||||
Turn on debugging messages.
|
||||
|
||||
@item @code{shepherd-requirement} (default: @code{(user-processes)}) (type: list-of-symbols)
|
||||
@item @code{shepherd-requirement} (default: @code{(user-processes networking)}) (type: list-of-symbols)
|
||||
Shepherd requirements the service should depend on.
|
||||
|
||||
@item @code{global} (type: ngircd-global)
|
||||
|
||||
Reference in New Issue
Block a user