wm: doc

Download patch

ref: 33cc7d340408417e190d705a99366713083e6798
parent: 68bf9a0dc5025b5eb0f5158f454967241cab8cb9
author: jrmu <jrmu@cloud9p.org>
date: Tue Oct 8 03:11:10 EDT 2024

Uncomment lines in /rc/bin/cpurc to start keyfs and cron

--- a/auth-p9.ms
+++ b/auth-p9.ms
@@ -5,3 +5,8 @@
 Add this line inside /cfg/$sysname/cpustart:
 
 aux/listen -q -t /rc/bin/service.auth -d /rc/bin/service tcp
+
+In /rc/bin/cpurc, uncomment these two lines:
+
+# auth/keyfs -wp -m /mnt/keys /adm/keys >/dev/null >[2=1]
+# auth/cron >>/sys/log/cron >[2=1] &