summaryrefslogtreecommitdiff
path: root/guix
diff options
context:
space:
mode:
authorVivien Kraus <vivien@planete-kraus.eu>2021-07-13 18:40:30 +0200
committerVivien Kraus <vivien@planete-kraus.eu>2021-07-13 18:40:30 +0200
commit565bb00d8a355a9fd9c83205381916084f37bb4a (patch)
treebf419356268785167a9bf9048190c1f6f1d69e25 /guix
parentafa7e40a676b5f83ff85ba8664282dc3513a1c55 (diff)
Rottlog: store the rotations in the same directory
Diffstat (limited to 'guix')
-rw-r--r--guix/vkraus/services/webid-oidc.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/guix/vkraus/services/webid-oidc.scm b/guix/vkraus/services/webid-oidc.scm
index 2f2f876..3877e99 100644
--- a/guix/vkraus/services/webid-oidc.scm
+++ b/guix/vkraus/services/webid-oidc.scm
@@ -437,7 +437,7 @@
(map (lambda (ext) (string-append "/var/log/webid-oidc/" file "." ext))
'("log" "err")))
(options '("sharedscripts"
- "storefile @FILENAME.@COMP_EXT")))))
+ "storedir /var/log/webid-oidc")))))
(define-public webid-oidc-issuer-service-type
(service-type