From 147b0ca1e4e00f66abb47fff3c543b853033f609 Mon Sep 17 00:00:00 2001 From: Calvin Date: Sun, 16 Aug 2026 20:52:12 -0400 Subject: Initial commit: svc supervisor, design docs, session transcript Existing work moved from /storage/vms/9front/svc, previously unversioned. Object files and linked binaries excluded via .gitignore. --- svc/lib/ramdisk | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 svc/lib/ramdisk (limited to 'svc/lib/ramdisk') diff --git a/svc/lib/ramdisk b/svc/lib/ramdisk new file mode 100644 index 0000000..49d177c --- /dev/null +++ b/svc/lib/ramdisk @@ -0,0 +1,6 @@ +svc=ramdisk + exec=/bin/ramfs + args=-s + ready=srv:ramfs + restart=always + enable=yes -- cgit v1.2.3