This commit is contained in:
f 2022-03-15 18:26:03 -03:00
parent cdfc7aa0db
commit 5fae93466e

View file

@ -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}
;;