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

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

use four digit umask in wrapper.config

According to http://wrapper.tanukisoftware.com/doc/english/prop-umask.html the
umask is a four digit number.
parent d1b93e07
No related branches found
No related tags found
No related merge requests found
...@@ -254,7 +254,7 @@ wrapper.console.title=I2P Service ...@@ -254,7 +254,7 @@ wrapper.console.title=I2P Service
# for a detailed explanation of these settings. # for a detailed explanation of these settings.
wrapper.umask=0022 wrapper.umask=0022
wrapper.java.umask=0022 wrapper.java.umask=0022
wrapper.logfile.umask=077 wrapper.logfile.umask=0077
#******************************************************************** #********************************************************************
# 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