1eiskaltdcpp-daemon(1) General Commands Manual eiskaltdcpp-daemon(1)
2
3
4
6 eiskaltdcpp-daemon - simple daemon controllable via XMLRPC or JSONRPC
7
9 eiskaltdcpp-daemon -d
10 eiskaltdcpp-daemon <Key>
11
13 EiskaltDC++ is a cross-platform program that uses the Direct Connect
14 and ADC protocols. It is compatible with DC++, AirDC++, FlylinkDC++ and
15 other DC clients. EiskaltDC++ also interoperates with all common DC hub
16 software.
17
19 A summary of options is included below.
20
21 -d, --daemon
22 Run program as daemon
23
24 -v, --verbose
25 Verbose mode
26
27 -D, --debug
28 Debug mode
29
30 -s, --syslog
31 Use syslog in daemon mode
32
33 -S <file>, --log=<file>
34 Write daemon log to <file> (default: @config_dir@/Logs/dae‐
35 mon.log)
36
37 -P <port>, --port=<port>
38 Set port for XMLRPC or JSONRPC (default: 3121)
39
40 -L <ip>, --ip=<ip>
41 Set IP address for XMLRPC or JSONRPC (default: 127.0.0.1)
42
43 -p file, --pidfile=<file>
44 Write daemon process ID to <file>
45
46 -c dir, --confdir=<dir>
47 Store config in <dir>
48
49 -l <dir>, --localdir=<dir>
50 Store local data (cache, temp files) in <dir> (defaults is equal
51 confdir)
52
53 -u <file>, --rpclog=<file>
54 Write xmlrpc log to <file> (default: /tmp/eiskaltdcpp-dae‐
55 mon.xmlrpc.log)
56
57 -U <uripath>, --uripath=<uripath>
58 Set UriPath for xmlrpc abyss server to <uripath> (default:
59 /eiskaltdcpp)
60
61 -h, --help
62 Display help and exit
63
64 -V, --version
65 Show version information and exit
66
68 ~/.config/eiskaltdc++/ or $XDG_CONFIG_HOME/eiskaltdc++/
69 Directory with user configuration files
70
72 Detail documentation about available XMLRPC and JSONRPC methods can be
73 found in our wiki:
74 https://github.com/eiskaltdcpp/eiskaltdcpp/wiki/XMLRPC
75 https://github.com/eiskaltdcpp/eiskaltdcpp/wiki/JSONRPC
76
78 This program was written by EiskaltDC++ developers team (see file
79 AUTHORS).
80 EiskaltDC++ homepage: https://github.com/eiskaltdcpp/eiskaltdcpp/
81
83 If you find a bug in EiskaltDC++ please report it here:
84 https://github.com/eiskaltdcpp/eiskaltdcpp/issues
85
86 This manual page was written by Boris Pek <tehnick-8@yandex.ru> for the
87 Debian project (and may be used by others).
88
89
90
91 05 Feb 2014 eiskaltdcpp-daemon(1)