mirror of
https://gitlab.univ-nantes.fr/glicid-public/guix-glicid.git
synced 2025-04-30 06:08:37 +02:00
adding account as deps
This commit is contained in:
commit
289d284978
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
Reference in a new issue