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/ipconfig | |
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/ipconfig')
| -rw-r--r-- | svc/lib/ipconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/svc/lib/ipconfig b/svc/lib/ipconfig new file mode 100644 index 0000000..7cb6e97 --- /dev/null +++ b/svc/lib/ipconfig @@ -0,0 +1,7 @@ +svc=ipconfig + exec=/bin/ip/ipconfig + args=ether + args=/net/ether0 + ready=exit + restart=never + enable=yes |
