ref: d0159ed18d062b0cc694ad0b77e94c13d9327cb4
parent: ddd839ff7cfa099f8c363d9c790a9ef10026b52c
author: mkf <mkf@cloud9p.org>
date: Tue Mar 19 04:16:44 EDT 2024
cpurc: update
--- a/cfg/wm/cpurc
+++ b/cfg/wm/cpurc
@@ -9,12 +9,24 @@
# services
# tcp80, tcp900, etc
-aux/listen -q -d /cfg/wm/serv tcp
-aux/listen -q -d /cfg/wm/serv il
+aux/listen -q -d /cfg/$sysname/service/ il
# dns
ndb/dns -s
+# dns over tls
+#ndb/dns -c /sys/lib/tls/acmed/cloud9p.org.crt
# grid's ramfs, required for tcp80 and troffwiki
ramfs -S grid.ramfs
chmod 606 /srv/grid.ramfs
+
+# grid's radio
+# radio no longer uses our nfs
+#srvfs grid.audio /usr/pub/audio/
+
+# tls keys
+# moved to cpustart
+
+# this used to live in /bin/service and then /cfg/wm/serv,
+# but since it needs to run as upas user, we need to run it seprately