stop!
This commit is contained in:
parent
cdfc7aa0db
commit
5fae93466e
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ case $1 in
|
|||
rm -f ${pid}
|
||||
daemonize -p ${pid} -l ${pid} -c ${dir} -u ruby /usr/bin/bundle exec rackup
|
||||
;;
|
||||
start)
|
||||
stop)
|
||||
test ! -f ${pid} || cat ${pid} | xargs -r kill
|
||||
rm -f ${pid}
|
||||
;;
|
||||
|
|
Loading…
Reference in a new issue