mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05: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 @@ (define (make-user-module)
|
||||||
(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…
Reference in a new issue