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

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