Name

IPCsocket — specify IPC socket filename

SYNOPSIS

filename

DESCRIPTION

The directive specifies the filename IC; should create to enable IPC socket communication. The filename must be writable by the Interchange daemon.

DIRECTIVE TYPE AND DEFAULT VALUE

Global directive

EXAMPLES

Example: Setting IPCsocket

IPCsocket /var/run/interchange/interchange.sock.ipc

NOTES

AVAILABILITY

IPCsocket is available in Interchange versions:

4.6.0-5.9.0 (git-head)

SOURCE

Interchange 5.9.0:

Source: lib/Vend/Config.pm
Line 460

['IPCsocket',     'root_dir',       'etc/socket.ipc'],

Source: lib/Vend/Config.pm
Line 3925 (context shows lines 3925-3932)

sub parse_root_dir {
my($var, $value) = @_;
return '' unless $value;
$value = "$Global::VendRoot/$value"
  unless file_name_is_absolute($value);
$value =~ s./+$..;
return $value;
}

AUTHORS

Interchange Development Group

SEE ALSO

SocketFile(7ic)

DocBook! Interchange!