Commit 8ce7edaf authored by Antoine Millet's avatar Antoine Millet
Browse files

Added umask option for start-stop-daemon in initscript.

parent 3a563718
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -53,7 +53,7 @@ VERBOSE=yes
#
do_start()
{
    start-stop-daemon --start --quiet --background --name $NAME \
    start-stop-daemon --start --quiet --background --name $NAME -k 0177 \
            --exec $(readlink -f $(which python)) --test > /dev/null || return 2
    start-stop-daemon --start --quiet --background --make-pidfile \
            --pidfile $PIDFILE --chuid $USER:$GROUP --exec $DAEMON \