[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/09: services: ntpd: Add 'configuration' action.
From: |
guix-commits |
Subject: |
03/09: services: ntpd: Add 'configuration' action. |
Date: |
Mon, 27 Mar 2023 12:52:22 -0400 (EDT) |
civodul pushed a commit to branch master
in repository guix.
commit 3b9738aeac3dc0d1d2d119abd6370f569da5a1a6
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Mon Mar 27 09:43:43 2023 +0200
services: ntpd: Add 'configuration' action.
* gnu/services/networking.scm (ntp-shepherd-service): Add 'actions'
field.
---
gnu/services/networking.scm | 1 +
1 file changed, 1 insertion(+)
diff --git a/gnu/services/networking.scm b/gnu/services/networking.scm
index 4d1d84788b..49f897d8cf 100644
--- a/gnu/services/networking.scm
+++ b/gnu/services/networking.scm
@@ -536,6 +536,7 @@ restrict source notrap nomodify noquery\n"))
(provision '(ntpd))
(documentation "Run the Network Time Protocol (NTP) daemon.")
(requirement '(user-processes networking))
+ (actions (list (shepherd-configuration-action ntpd.conf)))
(start #~(make-forkexec-constructor
(list (string-append #$ntp "/bin/ntpd") "-n"
"-c" #$ntpd.conf "-u" "ntpd"
- branch master updated (da410b45a9 -> c9af27d4ca), guix-commits, 2023/03/27
- 04/09: substitute: Gracefully handle TLS termination while fetching narinfos., guix-commits, 2023/03/27
- 05/09: gnu: hevea: Update to 2.36., guix-commits, 2023/03/27
- 01/09: services: syslog: Add 'configuration' action., guix-commits, 2023/03/27
- 06/09: syscalls: 'getxattr' throws upon error., guix-commits, 2023/03/27
- 03/09: services: ntpd: Add 'configuration' action.,
guix-commits <=
- 09/09: lint: Append "/info/refs" to git-reference-url., guix-commits, 2023/03/27
- 02/09: services: network-manager: Add 'configuration' action., guix-commits, 2023/03/27
- 07/09: lint: Prevent inlining of 'package-vulnerabilities'., guix-commits, 2023/03/27
- 08/09: gnu: Add atftp., guix-commits, 2023/03/27