[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))
- branch master updated (89f8c2a -> d8ac798), Efraim Flashner, 2018/05/20
- 04/06: services: dbus: Search more directories for '.service' files., Efraim Flashner, 2018/05/20
- 02/06: services: Add Enlightenment desktop service., Efraim Flashner, 2018/05/20
- 03/06: services: connman: Add default configuration to the connman-service-type., Efraim Flashner, 2018/05/20
- 06/06: services: connman: Add polkit hooks for connman., Efraim Flashner, 2018/05/20
- 05/06: services: openntpd: Add openntpd to the system profile.,
Efraim Flashner <=
- 01/06: gnu: enlightenment: Fix setuid program locations., Efraim Flashner, 2018/05/20