Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

celeryd(1) [debian man page]

CELERYD(1)						      General Commands Manual							CELERYD(1)

NAME
celeryd -- Celery Worker Daemon SYNOPSIS
celeryd [-c processes] [-f logfile] [-l loglevel] [-n hostname] [-B] [-E] [--discard] DESCRIPTION
This manual page documents briefly the celeryd command. This manual page was written for the Debian distribution because the original program does not have a manual page. celeryd is a program that starts the Celery Worker Daemon. OPTIONS
This program follows the usual GNU command line syntax, with long options starting with two dashes (`-'). A summary of options is included below. -c --concurrency Number of child processes processing the queue. The default is the number of CPUs available on your system. -f --logfile Path to log file. If no logfile is specified, stderr is used. -l --loglevel Logging level, choose between DEBUG, INFO, WARNING, ERROR, CRITICAL, or FATAL. -n --hostname Set custom hostname. -B --beat Also run the celerybeat periodic task scheduler. Please note that there must only be one instance of this service. -E --events Send events that can be captured by monitors like celerymon. --discard Discard all waiting tasks before the daemon is started. WARNING: This is unrecoverable, and the tasks will be deleted from the messaging server. SEE ALSO
celerybeat (1), celeryctl (1). AUTHOR
This manual page was written by fladi FladischerMichael@fladi.at for the Debian system (and may be used by others). Permission is granted to copy, distribute and/or modify this document under the terms of the GNU General Public License, Version 2 any later version published by the Free Software Foundation. On Debian systems, the complete text of the GNU General Public License can be found in /usr/share/common-licenses/GPL. CELERYD(1)

Check Out this Related Man Page

DEEJAYD(1)							  [FIXME: manual]							DEEJAYD(1)

NAME
deejayd - A media player daemon. SYNOPSIS
deejayd [-h | options] DESCRIPTION
This manual page documents briefly the deejayd command. This manual page was written for the Debian distribution because the original program does not have a manual page. OPTIONS
These programs follow the usual GNU command line syntax, with long options starting with two dashes (`-'). A summary of options is included below. For a complete description, see the -h switch. -h --help Show summary of options. -v --version Show version of program. SEE ALSO
deejayd.conf(5), djc(1). AUTHOR
This manual page was written by Alexandre Rossi alexandre.rossi@gmail.com for the Debian system (but may be used by others). Permission is granted to copy, distribute and/or modify this document under the terms of the GNU General Public License, Version 2 any later version published by the Free Software Foundation. On Debian systems, the complete text of the GNU General Public License can be found in /usr/share/common-licenses/GPL. COPYRIGHT
Copyright (C) 2008 Alexandre Rossi [FIXME: source] February, 3rd 2008 DEEJAYD(1)
Man Page

We Also Found This Discussion For You

1. Shell Programming and Scripting

if not working correctly

Anyone have an idea why this if statement does not work correctly? "test2.sh" 18 lines, 386 characters #!/usr/bin/sh WARNING=80 CRITICAL=95 check_it() { if ] || ];then echo "YES ] || ]" else echo "NO ] || ]" fi } check_it 80.1 check_it 81.1 (3 Replies)
Discussion started by: 2dumb
3 Replies