From 19f20f4ffe88eb0ea3b0c88d1cf3ec43cda926c5 Mon Sep 17 00:00:00 2001 From: Efraim Flashner Date: Fri, 18 May 2018 18:25:07 +0300 Subject: 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(+) (limited to 'gnu/services/networking.scm') diff --git a/gnu/services/networking.scm b/gnu/services/networking.scm index 6e71ccf8fe..a24342f237 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)) -- cgit v1.2.3