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/timesync | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 svc/lib/timesync (limited to 'svc/lib/timesync') diff --git a/svc/lib/timesync b/svc/lib/timesync new file mode 100644 index 0000000..eb1b3ca --- /dev/null +++ b/svc/lib/timesync @@ -0,0 +1,8 @@ +svc=timesync + exec=/bin/aux/timesync + args=-n + args=pool.ntp.org + needs=dns + needs=ipconfig + restart=always + enable=yes -- cgit v1.2.3