diff options
Diffstat (limited to 'dev-python/mwlib/files/postman.confd')
-rw-r--r-- | dev-python/mwlib/files/postman.confd | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/dev-python/mwlib/files/postman.confd b/dev-python/mwlib/files/postman.confd new file mode 100644 index 00000000000..168627480dd --- /dev/null +++ b/dev-python/mwlib/files/postman.confd @@ -0,0 +1,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" |