aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2023-03-11 16:09:58 -0300
committerEuAndreh <eu@euandre.org>2023-03-11 16:09:58 -0300
commit3ccda7f74c01b8a36215f298c11df6ff64f645a7 (patch)
treefa5448ace4c7161f9232b55d72ec7fd9435cb9ba
parentqueue.scm: Try disabling cyrus-sasl action to fix the build (diff)
downloadpackage-repository-3ccda7f74c01b8a36215f298c11df6ff64f645a7.tar.gz
package-repository-3ccda7f74c01b8a36215f298c11df6ff64f645a7.tar.xz
Revert "queue.scm: Try disabling cyrus-sasl action to fix the build"
This reverts commit 96f1f1c69d91f681f5d3557c4feb6629d283c696.
-rw-r--r--src/xyz/euandreh/queue.scm12
1 files changed, 11 insertions, 1 deletions
diff --git a/src/xyz/euandreh/queue.scm b/src/xyz/euandreh/queue.scm
index e15e970..7e9f47b 100644
--- a/src/xyz/euandreh/queue.scm
+++ b/src/xyz/euandreh/queue.scm
@@ -533,7 +533,16 @@ collections.OrderedDict that works in Python 2.4-2.6.")
#:group #$group
#:supplementary-groups '(#$@supplementary-groups)))
(stop #~(make-kill-destructor))
-)))))
+ (actions
+ (list
+ (shepherd-action
+ (name 'configuration)
+ (documentation "FIXME:DOCUMENTATION")
+ (procedure
+ #~(lambda _
+ (for-each (lambda (name)
+ (format #t "~a/~a~%" #$config-dir name))
+ (map cyrus-service-configuration-name #$services))))))))))))
(define cyrus-sasl-service-type
(service-type
@@ -561,6 +570,7 @@ collections.OrderedDict that works in Python 2.4-2.6.")
(default-value (cyrus-sasl-configuration))
(description "FIXME:DOCUMENTATION")))
+
(define-record-type* <dkimproxyout-configuration>
dkimproxyout-configuration
make-dkimproxyout-configuration