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

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

set /var/log/i2p to group i2psvc instead of adm

parent 6409f07c
No related branches found
No related tags found
No related merge requests found
......@@ -102,7 +102,7 @@ do_start()
fi
fi
chown -Rf $I2PUSER:$I2PUSER $I2PTEMP $RUN > /dev/null 2>&1
chown -f -R $I2PUSER:adm /var/log/$NAME > /dev/null 2>&1
chown -f -R $I2PUSER:i2psvc /var/log/$NAME > /dev/null 2>&1
TZ=UTC start-stop-daemon --start --quiet -c $I2PUSER --pidfile $PIDFILE --exec $DAEMON -n $NICE -- \
$I2P_ARGS || return 2
}
......
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