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
@ -91,9 +91,8 @@ as shepherd package."
|
||||
(load file))))
|
||||
'#$files))
|
||||
|
||||
#$@(if daemonize?
|
||||
`((action 'root 'daemonize))
|
||||
'())
|
||||
#$(and daemonize?
|
||||
#~(perform-service-action root-service 'daemonize))
|
||||
|
||||
(format #t "Starting services...~%")
|
||||
(let ((services-to-start
|
||||
|
Loading…
Reference in New Issue
Block a user