deluged (1) Linux Manual Page
NAME
deluged – a bittorrent client daemon
SYNOPSIS
deluged [options]
DESCRIPTION
Deluge utilizes a client/server model, with ‘deluged’ being the daemon process and ‘deluge’ being used to launch a user-interface.
By default, ‘deluged’ will run as a daemon, to prevent this you can run deluged with the -d option. This option is useful for running deluged with the start-stop-daemon.
OPTIONS
General Options
-cpath,–config=path- Set the config directory location.
Daemon Options
-pport,–port=port- Port daemon will listen on, default is 58846
-iip_address,–interface=ip_address- Interface daemon will listen for bittorrent connections on, this should be an IP address
-uip_address,–ui-interface=ip_address- Interface daemon will listen for UI connections on, this should be an IP address
-d, –do-not-daemonize- Do not daemonize
-Pfile,–pidfile=file- Use pidfile to store process id
Logging Options
-lfile,–logfile=file- Output to designated logfile instead of stdout
-Lloglevel,–loglevel=loglevel- Set the log level (default is error):
none, info, warning, error, critical, debug-q, –quiet- Sets the log level to ‘none’, same as `-L none`
Help Options
-v, –version- Show program’s version number and exit.
-h, –help- Show help message and exit.
SEE ALSO
deluge(1), deluge-web(1), deluge-console(1)
AUTHORS
Deluge Team: http://www.deluge-torrent.org
