Raw File
start-backend.sh
#! /bin/sh

pserve --pid-file=backend.pid --log-file=backend.log --daemon backend.ini
back to top