hush/runit
Denys Vlasenko 018804204f runit: fix chpst -n -N -u USER
busybox's chpst first switches user/group and then tries to call nice().
Once the root priviledges are dropped, process priority can only be lowered.
So negative nice values don't work anymore.
Upstream version of chpst correctly calls nice() before switching user.

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
2017-03-13 22:35:30 +01:00
..
chpst.c runit: fix chpst -n -N -u USER 2017-03-13 22:35:30 +01:00
Config.src
Kbuild.src
runit_lib.h
runsv.c
runsvdir.c
sv.c randomconfig fixes 2016-12-08 12:24:48 +01:00
svlogd.c