minor changes
This commit is contained in:
8
startbstd.sh
Executable file
8
startbstd.sh
Executable file
@@ -0,0 +1,8 @@
|
||||
#!/bin/bash
|
||||
|
||||
pkill -f wpcrm_bstd_service
|
||||
nohup beanstalkd -V -b ./bstd_data -f 300 -l unix://$(pwd)/bstd_data/wpcrm_bstd_service.sock -z 2097152 > bstd_data/bstd.log 2>&1 &
|
||||
|
||||
#beanstalkd -V -l unix://$(pwd)/bstd_data/bstd.sock
|
||||
|
||||
|
||||
Reference in New Issue
Block a user