commit | 7b6d4f50c97b4f375687e8216313b10598b44b49 | [log] [tgz] |
---|---|---|
author | Aitor Esteve Alvarado <aesteve@singularaircraft.com> | Thu Mar 07 10:14:48 2019 +0100 |
committer | Denys Vlasenko <vda.linux@googlemail.com> | Sun Jun 09 13:47:49 2019 +0200 |
tree | f456b0c66da297ed134d9cbbdf9dda148ca0fdfd | |
parent | 894f0a32351fe6c28fe86958e5f4e21422394183 [diff] |
start-stop-daemon: change priority before dropping privileges Currently start-stop-daemon fails when using both the -c option (set uid) and -N option (set niceness/priority) as it first drops privileges and then tries to increase the priority. This patch changes the order of execution. Signed-off-by: Aitor Esteve Alvarado <aesteve@singularaircraft.com> Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>