* Stefan Monnier <[email protected]> [17.01.2009 05:45]: > + if [ -x /bin/nice ]; then
maybe this is a better abstraction:
which nice >/dev/null && {
...
}
> + # This has real-time constraints, so let's at least tell the OS
> + # that this should have higher priority to avoid skipping
> + # when doing other things in the background.
> + nice="nice -n -20"
> + fi
> + $nice /usr/bin/mpd
really '-20' ? maybe this is _to_ high?
bye, Bastian
signature.asc
Description: Digital signature
_______________________________________________ openwrt-devel mailing list [email protected] http://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel
