aports/main/dkimproxy/dkimproxy.out.confd
Jakub Jirutka 0b8d58570a main/dkimproxy: rewrite runscripts, run as dkimproxy user/group
When user upgrade this package and do not update confd files, then
it will still run as root, for backward compatibility.
2017-05-05 00:12:50 +02:00

13 lines
330 B
Bash

# Configuration for /etc/init.d/dkimproxy_out
# The user to run dkimproxy_in as. Defaults to root.
user="dkimproxy"
# The group to run dkimproxy_in as.
#group="$user"
# Location of the configuration file.
#cfgfile="/etc/dkimproxy/dkimproxy_out.conf"
# Additional options to pass to the dkimproxy_out command.
#command_args=""