From 11e3fde3fe59015f5e565ddabf8baad419c9caee Mon Sep 17 00:00:00 2001 From: Hilton Chain Date: Fri, 8 Dec 2023 12:11:09 +0800 Subject: [PATCH] services: iwd: Change file path for configuration action. * rosenthal/services/networking.scm (iwd-shepherd-service) [actions]: Change file path to /etc/iwd/main.conf. --- rosenthal/services/networking.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/rosenthal/services/networking.scm b/rosenthal/services/networking.scm index afd15d5..1e42382 100644 --- a/rosenthal/services/networking.scm +++ b/rosenthal/services/networking.scm @@ -354,7 +354,8 @@ list, power save will be disabled.")) #:log-file #$log-file #:environment-variables #$environment)) (stop #~(make-kill-destructor)) - (actions (list (shepherd-configuration-action conf)))))))) + (actions + (list (shepherd-configuration-action "/etc/iwd/main.conf")))))))) (define iwd-service-type (service-type