-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Piotr Gorski <[email protected]>
- Loading branch information
Showing
3 changed files
with
7 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
From 71f11673faec380e58db5b6c477f183ff07b3890 Mon Sep 17 00:00:00 2001 | ||
From 653e2b72e19336cb112196f7f644ba12343fa125 Mon Sep 17 00:00:00 2001 | ||
From: Piotr Gorski <[email protected]> | ||
Date: Fri, 19 Jan 2024 20:54:37 +0100 | ||
Date: Fri, 19 Jan 2024 21:32:11 +0100 | ||
Subject: [PATCH] scx: introduce systemd services | ||
|
||
Signed-off-by: Piotr Gorski <[email protected]> | ||
|
@@ -61,12 +61,12 @@ index a8752df..6cd9260 100644 | |
+) | ||
diff --git a/services/[email protected] b/services/[email protected] | ||
new file mode 100644 | ||
index 0000000..bf2b809 | ||
index 0000000..7f26560 | ||
--- /dev/null | ||
+++ b/services/[email protected] | ||
@@ -0,0 +1,9 @@ | ||
+[Journal] | ||
+# Sets the maximum journal size to 10M for each namespace. | ||
+# Sets the maximum journal size to 25M for each namespace. | ||
+SystemMaxUse=25M | ||
+# Sets the maximum log age to 7 days. | ||
+MaxRetentionSec=7day | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters