diff options
| author | Calvin <calvinm@kissingerassoc.com> | 2026-08-16 20:52:12 -0400 |
|---|---|---|
| committer | Calvin <calvinm@kissingerassoc.com> | 2026-08-16 20:52:12 -0400 |
| commit | 147b0ca1e4e00f66abb47fff3c543b853033f609 (patch) | |
| tree | a388172fc16723c139deff1e45a74c3d1c567cc0 /svc/lib/cs | |
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.
Diffstat (limited to 'svc/lib/cs')
| -rw-r--r-- | svc/lib/cs | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/svc/lib/cs b/svc/lib/cs new file mode 100644 index 0000000..519d5c0 --- /dev/null +++ b/svc/lib/cs @@ -0,0 +1,5 @@ +svc=cs + exec=/bin/ndb/cs + ready=srv:cs + restart=always + enable=yes |
