Examples (4)
Start the server, listening on port 11300
[l]isten on a specific [p]ort and address
beanstalkd -l ip_address -p port_numberPersist work queues by saving them to disk
beanstalkd -b path/to/persistence_directorySync to the persistence directory every 500 milliseconds
beanstalkd -b path/to/persistence_directory -f 500made by @shridhargupta | data from tldr-pages