@${ENV} @GUILE@ yacswa/yacswa.scm 2>&1 > yacswa-backend.log &PID=$$!;echo$${PID} > .backend.lock &&echo"Server spawned with PID $${PID}"&&echo"Allow for a couple minutes as data is fetched and initialized."
@${ENV} @GUILE@ yacswa/yacswa.scm &> server.log &PID=$$!;echo$${PID} > .backend.lock &&echo"Server spawned with PID $${PID}"&&echo"Allow for a couple minutes as data is fetched and initialized."