5 lines
110 B
Bash
Executable file
5 lines
110 B
Bash
Executable file
#!/bin/sh
|
|
|
|
[ -r ./conf ] && . ./conf
|
|
|
|
exec chpst -u _popcorn:_popcorn statrepo --port $PORT --reset_key $KEY
|