mirror of
https://codeberg.org/hako/Rosenthal.git
synced 2025-03-10 08:54:36 +00:00
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.
This commit is contained in:
parent
1109aed83b
commit
11e3fde3fe
@ -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…
Reference in New Issue
Block a user