adding account as deps

This commit is contained in:
Jean-François GUILLAUME 2023-03-08 10:05:14 +01:00
parent d9ef437f0b
commit d8629ef1b9
GPG key ID: 38751DAE145EFB5A

View file

@ -93,5 +93,7 @@
(name 'chronyd)
(extensions (list
(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.")))