I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
Commit 2fa63f8b authored by kytv's avatar kytv
Browse files

Explicitly setting the umask in wrapper.config

parent 22cb45ac
No related branches found
No related tags found
No related merge requests found
...@@ -231,6 +231,13 @@ wrapper.ignore_sequence_gaps=TRUE ...@@ -231,6 +231,13 @@ wrapper.ignore_sequence_gaps=TRUE
# Title to use when running as a console # Title to use when running as a console
wrapper.console.title=I2P Service 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 # Wrapper NT Service Properties
#******************************************************************** #********************************************************************
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment