sysmaster/backport-fix-add-default-system.toml.patch
huyubiao 8936fa02c5 sync patches from upstream,change the path of the unit,modify permissions for some directories and files
(cherry picked from commit ce9ff469b57f60130621bc293783bd3ac1fc92f2)
2023-08-05 18:15:53 +08:00

25 lines
580 B
Diff

From 1782a2b961e7a68960a37ef9a7b0140f20fad72e Mon Sep 17 00:00:00 2001
From: licunlong <licunlong1@huawei.com>
Date: Wed, 28 Jun 2023 16:47:54 +0800
Subject: [PATCH] fix: add default system.toml
---
units/system.toml | 5 +++++
1 file changed, 5 insertions(+)
create mode 100644 units/system.toml
diff --git a/units/system.toml b/units/system.toml
new file mode 100644
index 0000000..539a119
--- /dev/null
+++ b/units/system.toml
@@ -0,0 +1,5 @@
+LogLevel="info"
+LogTarget="syslog"
+LogFile="/var/log/sysmaster/sysmaster.log"
+LogFileSize=10240
+LogFileNumber=10
--
2.33.0