git: 9front

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