diff options
author | Ludovic Courtès <ludo@gnu.org> | 2023-03-27 09:43:01 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2023-03-27 18:48:51 +0200 |
commit | 82607c442bb1e88c70f899af07f1bb66b86e83c8 (patch) | |
tree | 7806655f2091575d7444e75e21438962f66097b8 /gnu/services/networking.scm | |
parent | 384856c9fbe76d107107f49a575fc5c26e4e332e (diff) |
services: network-manager: Add 'configuration' action.
* gnu/services/networking.scm (network-manager-shepherd-service): Add
'actions' field.
Diffstat (limited to 'gnu/services/networking.scm')
-rw-r--r-- | gnu/services/networking.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/services/networking.scm b/gnu/services/networking.scm index 6ab313b97c..4d1d84788b 100644 --- a/gnu/services/networking.scm +++ b/gnu/services/networking.scm @@ -1,5 +1,5 @@ ;;; GNU Guix --- Functional package management for GNU -;;; Copyright © 2013-2022 Ludovic Courtès <ludo@gnu.org> +;;; Copyright © 2013-2023 Ludovic Courtès <ludo@gnu.org> ;;; Copyright © 2015 Mark H Weaver <mhw@netris.org> ;;; Copyright © 2016, 2018, 2020 Efraim Flashner <efraim@flashner.co.il> ;;; Copyright © 2016 John Darrington <jmd@gnu.org> @@ -1235,6 +1235,7 @@ project's documentation} for more information." ;; TODO: iwd? is deprecated and should be passed ;; with shepherd-requirement, remove later. ,@(if iwd? '(iwd) '()))) + (actions (list (shepherd-configuration-action conf))) (start #~(lambda _ (let ((pid |