source: OpenWorkouts-current/bin/uwsgi_stop @ 8ee2af5

current
Last change on this file since 8ee2af5 was 5934220, checked in by Borja Lopez <borja@…>, 5 years ago

(#47) - Added needed config files and helper scripts for the deploy to staging

  • Property mode set to 100755
File size: 122 bytes
Line 
1#!/bin/sh
2#
3# Stop a running uwsgi service, if it has been started
4
5kill -15 `cat var/run/uwsgi.pid`
6echo "Stopped uwsgi"
Note: See TracBrowser for help on using the repository browser.