git: 9front

ref: e61060a5fe59b10d8f68e75eb5e5380d8a1b29e4
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
} &