summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-connectivity/gateone/gateone/80oe.conf
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-connectivity/gateone/gateone/80oe.conf')
-rw-r--r--meta-oe/recipes-connectivity/gateone/gateone/80oe.conf23
1 files changed, 23 insertions, 0 deletions
diff --git a/meta-oe/recipes-connectivity/gateone/gateone/80oe.conf b/meta-oe/recipes-connectivity/gateone/gateone/80oe.conf
new file mode 100644
index 000000000..cde98bc10
--- /dev/null
+++ b/meta-oe/recipes-connectivity/gateone/gateone/80oe.conf
@@ -0,0 +1,23 @@
1// Some custom Gate One settings for OpenEmbedded
2{
3 "*": {
4 "gateone": { // These settings apply to all of Gate One
5 "log_file_max_size": 5242880, // 5 megabyte logs for OE by default (default would normally be 100Mb)
6 "log_file_num_backups": 2, // Default is normally 10
7 "origins": ["*"], // Every device has a unique origin
8 "logging": "info",
9 "pid_file": "/var/run/gateone.pid",
10 "session_dir": "/tmp/gateone",
11 "user_dir": "/var/lib/gateone/users"
12 },
13 "terminal": {
14 // Disabling session logging for embedded devices is a good idea (limited/slow storage)
15 "session_logging": false,
16 "syslog_session_logging": false
17// "commands": {
18// // For some reason this doesn't work (never asks for the password)
19// "login": "setsid /bin/login" // Normally this would emulate logging into the host console
20// }
21 }
22 }
23}