Index  Up  <<  >>  


SocketFile

The name of the file which is used for UNIX-domain socket communications. Must be in a directory where the MiniVend user has write permission.

    SocketFile  /var/run/mvend/minivend.socket

Default is etc/socket or the value of the environment variable MINIVEND_SOCKET. If set, it will override the environment. You can set it on the command line as well:

    bin/minivend -r SocketFile=/tmp/mv.socket


Index  Up  <<  >>