1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02: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:
Ludovic Courtès
2024-09-15 23:25:40 +02:00
parent a7bb45b39d
commit 8da4eab244

View File

@@ -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