mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
home: services: shepherd: Replace use of deprecated ‘action’ procedure.
This is a followup to 1964531ce5
.
* gnu/home/services/shepherd.scm (home-shepherd-configuration-file):
Use ‘perform-service-action’ rather than ‘action’.
Change-Id: I669750c319083836416c3e093c112ebfeba32e64
This commit is contained in:
parent
a7bb45b39d
commit
8da4eab244
1 changed files with 2 additions and 3 deletions
|
@ -91,9 +91,8 @@ as shepherd package."
|
||||||
(load file))))
|
(load file))))
|
||||||
'#$files))
|
'#$files))
|
||||||
|
|
||||||
#$@(if daemonize?
|
#$(and daemonize?
|
||||||
`((action 'root 'daemonize))
|
#~(perform-service-action root-service 'daemonize))
|
||||||
'())
|
|
||||||
|
|
||||||
(format #t "Starting services...~%")
|
(format #t "Starting services...~%")
|
||||||
(let ((services-to-start
|
(let ((services-to-start
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue