mirror of
https://gitlab.univ-nantes.fr/glicid-public/guix-glicid.git
synced 2025-05-02 07:05:38 +02:00
bump keepalived version
This commit is contained in:
parent
79e5b0dd42
commit
a35fdac3be
2 changed files with 16 additions and 12 deletions
|
@ -14,11 +14,6 @@
|
|||
|
||||
|
||||
|
||||
;(define (qemu-guest-agent-shepherd-service config)
|
||||
; (inherit gnu:qemu-guest-agent-shepherd-service)
|
||||
; (requirement '(udev)) ;; GLiCID
|
||||
;
|
||||
;)
|
||||
|
||||
(define gnu:qemu-guest-agent-configuration-qemu (@@ (gnu services virtualization) qemu-guest-agent-configuration-qemu))
|
||||
(define gnu:qemu-guest-agent-configuration-device (@@ (gnu services virtualization) qemu-guest-agent-configuration-device))
|
||||
|
@ -50,9 +45,3 @@
|
|||
qemu-guest-agent-shepherd-service)))
|
||||
))
|
||||
|
||||
; (name 'qemu-guest-agent)
|
||||
; (extensions
|
||||
; (list (service-extension shepherd-root-service-type
|
||||
; qemu-guest-agent-shepherd-service)))
|
||||
; (default-value (gnu:qemu-guest-agent-configuration))
|
||||
; (description "Run the QEMU guest agent.")))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue