3. Configuration

savdid loads the non-reloadable configuration from /etc/savdid/savdid.conf. The default configuration file in /opt/savdid/share/examples can normally be used as a base:

$ cp /opt/savdid/share/examples/savdid.conf /etc/savdid/

Below are some of the most important settings that can be configured.

3.1. Protocol directives

channel.commprotocol.address

The IP address to listen on. Mutually exclusive with channel.commprotocol.socket.

channel.commprotocol.port

The port to listen on. Mutually exclusive with channel.commprotocol.socket.

channel.commprotocol.socket

The socket to listen on. In the default configuration this is set to /var/run/sssp.sock. Mutually exclusive with channel.commprotocol.address.

channel.commprotocol.type

The type should be UNIX when using channel.commprotocol.socket and IP when using channel.commprotocol.address.

3.2. Global directives

user

The privdrop user

group

The privdrop group