M doc/guix.texi => doc/guix.texi +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)
M gnu/services/messaging.scm => gnu/services/messaging.scm +1 -1
@@ 1424,7 1424,7 @@ for different users. Refer to @samp{man 5 ngircd.conf} for more details.")
"Turn on debugging messages."
(serializer empty-serializer))
(shepherd-requirement
- (list-of-symbols '(user-processes))
+ (list-of-symbols '(user-processes networking))
"Shepherd requirements the service should depend on."
(serializer empty-serializer))
(global