geniejars 0.2.10 → 0.2.11

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,21 @@
1
+ {
2
+ "poolPrefix": "gjar",
3
+ "poolSize": 5,
4
+ "poolPadding": 3,
5
+ "homeBase": "/home",
6
+ "managerUser": "TYPE_USER_HERE",
7
+ "managerGroup": "geniejars-mgr",
8
+ "stateFile": "/tmp/geniejars-state.json",
9
+ "lockFile": "/tmp/geniejars-state.lock",
10
+ "backupDir": "/tmp/geniejars-backups",
11
+ "socketDir": "/tmp/geniejars-sockets",
12
+ "nodePath": "/usr/bin/node",
13
+ "portBase": 10000,
14
+ "portCount": 50,
15
+ "portsPerGeniejars": 2,
16
+ "commonUser": "gjarcommon",
17
+ "commonDir": "/home/gjarcommon",
18
+ "logDir": "/tmp/geniejars-logs",
19
+ "agentIdleTimeout": 300,
20
+ "shutdownGraceMs": 10000
21
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "geniejars",
3
- "version": "0.2.10",
3
+ "version": "0.2.11",
4
4
  "type": "module",
5
5
  "description": "Linux geniejars sandboxing — library and CLI for running processes as isolated system users",
6
6
  "main": "src/index.mjs",
@@ -14,7 +14,7 @@
14
14
  "files": [
15
15
  "src/",
16
16
  "script/",
17
- "geniejars.config.example.json",
17
+ "geniejars.config.template.json",
18
18
  "COMMON-ISSUES.md",
19
19
  "LICENSE.md",
20
20
  "JFILE.md"