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/bootmark | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 svc/lib/bootmark (limited to 'svc/lib/bootmark') diff --git a/svc/lib/bootmark b/svc/lib/bootmark new file mode 100644 index 0000000..94a4fa8 --- /dev/null +++ b/svc/lib/bootmark @@ -0,0 +1,6 @@ +svc=bootmark + exec=/bin/echo + args=svcinit-ran-at-boot + ready=exit + restart=never + enable=yes -- cgit v1.2.3