[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
06/19: services: knot: Add 'configuration' action.
From: |
guix-commits |
Subject: |
06/19: services: knot: Add 'configuration' action. |
Date: |
Fri, 21 Apr 2023 11:16:08 -0400 (EDT) |
civodul pushed a commit to branch master
in repository guix.
commit 1fa038324db0c7f848b5640f81465366c2a587ba
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Tue Apr 18 21:35:16 2023 +0200
services: knot: Add 'configuration' action.
* gnu/services/dns.scm (knot-shepherd-service): Add 'actions' field.
---
gnu/services/dns.scm | 1 +
1 file changed, 1 insertion(+)
diff --git a/gnu/services/dns.scm b/gnu/services/dns.scm
index 2ff9f90cd0..f45fc99c69 100644
--- a/gnu/services/dns.scm
+++ b/gnu/services/dns.scm
@@ -622,6 +622,7 @@
(documentation "Run the Knot DNS daemon.")
(provision '(knot dns))
(requirement '(networking))
+ (actions (list (shepherd-configuration-action config-file)))
(start #~(make-forkexec-constructor
(list (string-append #$knot "/sbin/knotd")
"-c" #$config-file)))
- branch master updated (0830059b9c -> 13ebf5e36c), guix-commits, 2023/04/21
- 01/19: services: postgresql: Add the 'postgresql' Shepherd service name., guix-commits, 2023/04/21
- 10/19: tests: Use the client 'start-service' procedure., guix-commits, 2023/04/21
- 06/19: services: knot: Add 'configuration' action.,
guix-commits <=
- 07/19: services: postgresql: Add default package., guix-commits, 2023/04/21
- 09/19: services: herd: 'load-services/safe' is synonymous with 'load-services'., guix-commits, 2023/04/21
- 11/19: tests: Fork and exec a new Guile for the marionette REPL., guix-commits, 2023/04/21
- 14/19: packages: 'package-direct-sources' correctly handles non-origin sources., guix-commits, 2023/04/21
- 15/19: gnu: kicad: Update to 7.0.2., guix-commits, 2023/04/21
- 16/19: gnu: Add emacs-gerbil-mode., guix-commits, 2023/04/21
- 02/19: services: postgresql: Add 'configuration' action., guix-commits, 2023/04/21
- 03/19: services: mysql: Add 'configuration' action., guix-commits, 2023/04/21
- 04/19: services: redis: Add 'configuration' action., guix-commits, 2023/04/21
- 08/19: services: nscd: Depend on syslogd., guix-commits, 2023/04/21