-- Leo's gemini proxy

-- Connecting to freeshell.de:1965...

-- Connected

-- Sending request

-- Meta line: 20 text/gemini;lang=en-GB

beanstalkd


> A simple and generic work-queue server.

More information.


Start beanstalkd, listening on port 11300:

beanstalkd

Start beanstalkd listening on a custom port and address:

beanstalkd -l {ip_address} -p {port_number}

Persist work queues by saving them to disk:

beanstalkd -b {path/to/persistence_directory}

Sync to the persistence directory every 500 milliseconds:

beanstalkd -b {path/to/persistence_directory} -f {500}


> Copyright © 2014—present the tldr-pages team and contributors.

> This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).

CC-BY



-- Response ended

-- Page fetched on Mon May 20 23:03:55 2024