deluged (1) Linux Manual Page
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
- -c
path, –config=path
- Set the config directory location.
Daemon Options
- -p
port, –port=port
- Port daemon will listen on, default is 58846
- -i
ip_address, –interface=ip_address
- Interface daemon will listen for bittorrent connections on, this should be an IP address
- -u
ip_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
- -P
file, –pidfile=file
- Use pidfile to store process id
- Port daemon will listen on, default is 58846
Logging Options
- -l
file, –logfile=file
- Output to designated logfile instead of stdout
- -L
loglevel, –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`
- Output to designated logfile instead of stdout
Help Options
- -v, –version
- Show program’s version number and exit.
- -h, –help
- Show help message and exit.
