Initial commit
This commit is contained in:
9
script/support
Executable file
9
script/support
Executable file
@@ -0,0 +1,9 @@
|
||||
#!/bin/sh
|
||||
|
||||
# script/support: Launch supporting services for the application.
|
||||
|
||||
set -e
|
||||
|
||||
cd "$(dirname "$0")/.."
|
||||
|
||||
overmind start -f Procfile.support -s .overmind.support.sock
|
Reference in New Issue
Block a user