From b5d8400fdfb9d990830df8b867068fc664d25b6f Mon Sep 17 00:00:00 2001 From: Sergio Date: Wed, 6 May 2026 18:52:23 +0000 Subject: [PATCH] prueba --- docs/seed-vps-min.json | 47 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) create mode 100644 docs/seed-vps-min.json diff --git a/docs/seed-vps-min.json b/docs/seed-vps-min.json new file mode 100644 index 0000000..64908fd --- /dev/null +++ b/docs/seed-vps-min.json @@ -0,0 +1,47 @@ +{ + "schema_version": 1, + "id": "01KQVPSMINBOOT0000000000AA", + "lineage": null, + "label": "vps-min", + "provides": ["Spawn", "Journal"], + "requires": [], + "soma": { + "namespaces": { + "mount": false, "pid": false, "net": false, + "uts": false, "ipc": false, "user": false, "cgroup": false + }, + "rlimits": { "mem_bytes": null, "nproc": null, "nofile": null }, + "cgroup": { "path": "ente.slice/zero", "cpu_weight": null, "io_weight": null }, + "cpu_affinity": null + }, + "payload": "Virtual", + "supervision": "OneShot", + "genesis": [ + { + "schema_version": 1, + "id": "01KQVPSMINBOOT0000000001SL", + "lineage": null, + "label": "heartbeat-sleep", + "provides": [], + "requires": [], + "soma": { + "namespaces": { + "mount": false, "pid": false, "net": false, + "uts": false, "ipc": false, "user": false, "cgroup": false + }, + "rlimits": { "mem_bytes": null, "nproc": null, "nofile": null }, + "cgroup": { "path": "ente.slice/sleep", "cpu_weight": null, "io_weight": null }, + "cpu_affinity": null + }, + "payload": { + "Native": { + "exec": "/usr/bin/sleep", + "argv": ["infinity"], + "envp": [] + } + }, + "supervision": { "Restart": { "initial": 100, "max": 30000 } }, + "genesis": [] + } + ] +}