shithub: riscv

ref: bc1ff6985c03402497a052d2b4e2a299b3cdf218
dir: /rc/bin/service/startcifs/

View raw version
#!/bin/rc
# startcifs - (re)start cifs (smb) server
echo killing old cifs server
Kill aquarela | rc

echo starting new cifs server
@ {
	echo 'srv -A local' >>/srv/fscons
	sleep 2
	chmod 666 /srv/local
	9fs local
	cd /sys/log
	aquarela
} &