From 0d706ae72ceefd74053ad6cb0900ecce6cf1f085 Mon Sep 17 00:00:00 2001 From: auric Date: Sat, 21 Feb 2026 11:08:36 -0600 Subject: Add Umbrella 0.1.5 --- umbrella.conf.example | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 umbrella.conf.example (limited to 'umbrella.conf.example') diff --git a/umbrella.conf.example b/umbrella.conf.example new file mode 100644 index 0000000..12c0a5e --- /dev/null +++ b/umbrella.conf.example @@ -0,0 +1,14 @@ +# /etc/umbrella/umbrella.conf +# umbrella daemon configuration + +# Path to the Unix socket clients connect to +socket_path = /run/umbrella/umbrella.sock + +# Log level: debug, info, warn, error +log_level = info + +# Log file path (used when running as daemon) +log_file = /var/log/umbrella/umbrella.log + +# Number of output lines to keep in memory per unit +ring_buffer_lines = 500 -- cgit v1.2.3