File: 0004-Create-var-lib-aminer-via-tmpfiles.d.patch

package info (click to toggle)
logdata-anomaly-miner 2.8.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 12,612 kB
  • sloc: python: 48,247; sh: 4,863; xml: 1,666; makefile: 23
file content (15 lines) | stat: -rw-r--r-- 560 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
From: Sebastian Ramacher <Sebastian.Ramacher@ait.ac.at>
Date: Fri, 29 Aug 2025 12:36:25 +0200
Subject: Create /var/lib/aminer via tmpfiles.d

---
 source/root/usr/lib/tmpfiles.d/aminer.conf | 1 +
 1 file changed, 1 insertion(+)

diff --git a/source/root/usr/lib/tmpfiles.d/aminer.conf b/source/root/usr/lib/tmpfiles.d/aminer.conf
index 8e928ae..9cde858 100644
--- a/source/root/usr/lib/tmpfiles.d/aminer.conf
+++ b/source/root/usr/lib/tmpfiles.d/aminer.conf
@@ -1 +1,2 @@
 f /var/log/aminer.log 0750 aminer aminer - -
+d /var/lib/aminer 0700 aminer aminer - -