25 lines
580 B
Diff
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
|
|
|