mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-04 07:55:33 +02:00
beanstalkd: add Italian translation.
This commit is contained in:
parent
ab53bc8a79
commit
550f544fb0
1 changed files with 19 additions and 0 deletions
19
pages.it/common/beanstalkd.md
Normal file
19
pages.it/common/beanstalkd.md
Normal file
|
@ -0,0 +1,19 @@
|
|||
# beanstalkd
|
||||
|
||||
> Un semplice e generico gestore di code di lavoro.
|
||||
|
||||
- Avvia beanstalkd, ascoltando sulla porta 11300:
|
||||
|
||||
`beanstalkd`
|
||||
|
||||
- Avvia beanstalkd ascoltando su porta ed un indirizzo dati:
|
||||
|
||||
`beanstalkd -l {{indirizzo_ip}} -p {{numero_porta}}`
|
||||
|
||||
- Rendi le code di lavoro persistenti salvandole su disco:
|
||||
|
||||
`beanstalkd -b {{percorso/a/directory_persistente}}`
|
||||
|
||||
- Sincronizza con una cartella persistente ogni 500 millisecondi:
|
||||
|
||||
`beanstalkd -b {{percorso/a/directory_persistente}} -f {{500}}`
|
Loading…
Add table
Reference in a new issue