blob: 3a82ac1502ea3abc3ef184799f414528d4b0fe97 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
Now the cannaserver uses a UNIX domain scoekt by default. If you need
to use a TCP connection, please edit your /etc/rc.conf (or alike) nad
add -inet command-line option to canna_flags, i.e.:
canna_flags="-u bin -inet"
Also, note that canna startup script now uses the rcNG mechanism, so
if you'd like to start Canna server on local system, enable it in your
/etc/rc.conf, i.e.:
canna_enable="yes"
|