imip-agent

tools/config.sh

1031:fc1efc973849
2016-01-31 Paul Boddie Introduced the access control list scheduling function plus argument support. Moved scheduling function lookup into the scheduling module as part of the revised function invocation parsing activity, employing a new text processing module in imiptools. Added tests of the access control list functionality.
     1 #!/bin/sh     2      3 IMIP_AGENT_USER=imip-agent     4 IMIP_AGENT_GROUP=lmtp     5 INSTALL_DIR=/var/lib/imip-agent     6 WEB_INSTALL_DIR=/var/www/imip-agent     7 CONFIG_DIR=/etc/imip-agent