mirror of
https://gitlab.univ-nantes.fr/glicid-public/guix-glicid.git
synced 2025-05-01 22:55:36 +02:00
adding account as deps
This commit is contained in:
parent
d9ef437f0b
commit
d8629ef1b9
1 changed files with 3 additions and 1 deletions
|
@ -93,5 +93,7 @@
|
||||||
(name 'chronyd)
|
(name 'chronyd)
|
||||||
(extensions (list
|
(extensions (list
|
||||||
(service-extension shepherd-root-service-type chronyd-shepherd-service)
|
(service-extension shepherd-root-service-type chronyd-shepherd-service)
|
||||||
(service-extension activation-service-type (const %chronyd-activation))))
|
(service-extension activation-service-type (const %chronyd-activation))
|
||||||
|
(service-extension account-service-type (const %chrony-accounts))
|
||||||
|
))
|
||||||
(description "Run chronyd.")))
|
(description "Run chronyd.")))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue