Explicitly setting the umask in wrapper.config

This commit is contained in:
kytv
2011-09-14 01:15:10 +00:00
parent 22cb45ac40
commit 2fa63f8b30

View File

@ -231,6 +231,13 @@ wrapper.ignore_sequence_gaps=TRUE
# Title to use when running as a console
wrapper.console.title=I2P Service
# Set permissions used when creating files
# See http://wrapper.tanukisoftware.com/doc/english/prop-umask.html
# for a detailed explanation of these settings.
wrapper.umask=0022
wrapper.java.umask=0022
wrapper.logfile.umask=077
#********************************************************************
# Wrapper NT Service Properties
#********************************************************************