Re: Systemd file and umask for tomcat

2023-03-17 Thread Simon Matter
> Hello, > today I was struggling with the umask on ubuntu and tomcat. > > The normal way to do it in systemd is: > > [Service] > UMask=0022 > > Unfortunately, this didn’t work and it took me a while to figure out, that > Catalina.sh > is overwriting the umask with 0027 if no env-variable was set.

Systemd file and umask for tomcat

2023-03-17 Thread Thomas Hoffmann (Speed4Trade GmbH)
Hello, today I was struggling with the umask on ubuntu and tomcat. The normal way to do it in systemd is: [Service] UMask=0022 Unfortunately, this didn’t work and it took me a while to figure out, that Catalina.sh is overwriting the umask with 0027 if no env-variable was set. So for tomcat, I