summaryrefslogtreecommitdiff
blob: 168627480dda8762389014d5076ff2e1290d9d3d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# The cache-directory to which the collections are saved, make sure you enter
# the same directory as in /etc/conf.d/nslave
POSTMAN_CACHEDIR="/var/cache/mwlib/"

# The user running the postman service, defaults to 'mwlib'
# POSTMAN_USER="mwlib"

# The group running the postman service, defaults to 'mwlib'
# POSTMAN_GROUP="mwlib"

# The logfile collecting all output from stdout and stderr, comment out for no logging
POSTMAN_LOGFILE="/var/log/mwlib/postman.log"