mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02:00
services: etc-service: Deprecate etc-service procedure.
* gnu/services.scm (etc-service): Deprecate procedure. * gnu/system.scm (operating-system-etc-service): Replace etc-service with etc-service-type. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
committed by
Ludovic Courtès
parent
837e179e00
commit
93918c67c5
@@ -1090,7 +1090,7 @@ then
|
||||
# as those in ~/.guix-profile and /run/current-system/profile.
|
||||
source /run/current-system/profile/etc/profile.d/bash_completion.sh
|
||||
fi\n")))
|
||||
(etc-service
|
||||
(service etc-service-type
|
||||
`(("os-release" ,os-release)
|
||||
("services" ,(file-append net-base "/etc/services"))
|
||||
("protocols" ,(file-append net-base "/etc/protocols"))
|
||||
|
||||
Reference in New Issue
Block a user