From 2e38a1934492f5855cee6079cfdfffe71c6d6969 Mon Sep 17 00:00:00 2001 From: Stian Buch Larsen Date: Tue, 25 Aug 2015 13:27:15 +0200 Subject: [PATCH] Added umask 0002 --- services/headphones/run | 1 + 1 file changed, 1 insertion(+) diff --git a/services/headphones/run b/services/headphones/run index 9285047..8479326 100755 --- a/services/headphones/run +++ b/services/headphones/run @@ -1,3 +1,4 @@ #!/bin/bash +umask 0002 exec /sbin/setuser abc python /app/headphones/Headphones.py -p 8181 --datadir=/config --nolaunch