services: iwd: Change file path for configuration action.

* rosenthal/services/networking.scm (iwd-shepherd-service)
[actions]<configuration>: Change file path to /etc/iwd/main.conf.
pull/2/head
Hilton Chain 12 months ago
parent 1109aed83b
commit 11e3fde3fe
No known key found for this signature in database
GPG Key ID: ACC66D09CA528292
  1. 3
      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

Loading…
Cancel
Save