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