5 lines
139 B
Bash
5 lines
139 B
Bash
#!/bin/sh
|
|
|
|
[ -r ./conf ] && . ./conf
|
|
|
|
exec chpst -u _popcorn:_popcorn pqueryd --checkpoint_enabled=false --port $PORT --data_dir $DATA_DIR
|