guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

05/06: services: openntpd: Add openntpd to the system profile.


From: Efraim Flashner
Subject: 05/06: services: openntpd: Add openntpd to the system profile.
Date: Sun, 20 May 2018 14:44:13 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit 19f20f4ffe88eb0ea3b0c88d1cf3ec43cda926c5
Author: Efraim Flashner <address@hidden>
Date:   Fri May 18 18:25:07 2018 +0300

    services: openntpd: Add openntpd to the system profile.
    
    * gnu/services/networking.scm (openntpd-service-type): Extend the
    profile-service-type and add openntpd to the system profile.
---
 gnu/services/networking.scm | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/gnu/services/networking.scm b/gnu/services/networking.scm
index 6e71ccf..a24342f 100644
--- a/gnu/services/networking.scm
+++ b/gnu/services/networking.scm
@@ -464,6 +464,8 @@ make an initial adjustment of more than 1,000 seconds."
                                           openntpd-shepherd-service)
                        (service-extension account-service-type
                                           (const %ntp-accounts))
+                       (service-extension profile-service-type
+                                          (compose list 
openntpd-configuration-openntpd))
                        (service-extension activation-service-type
                                           openntpd-service-activation)))
                 (default-value (openntpd-configuration))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]