X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=m4%2Flls%2Finclude%2Fpriority.m4;fp=m4%2Flls%2Finclude%2Fpriority.m4;h=70d44b43476c23a4a41efc2446f9653bd15fb74e;hb=15d4c69ddcf88dd9046ed8d2847a428145a32045;hp=0000000000000000000000000000000000000000;hpb=e3f528812242a69d366cc562c78a4372bd9839c7;p=paraslash.git diff --git a/m4/lls/include/priority.m4 b/m4/lls/include/priority.m4 new file mode 100644 index 00000000..70d44b43 --- /dev/null +++ b/m4/lls/include/priority.m4 @@ -0,0 +1,13 @@ +[option priority] + summary = adjust scheduling priority + arg_info = required_arg + arg_type = int32 + typestr = prio + default_val = 0 + [help] + The priority (also known as nice value) is a value in the range -20 + to 19. Lower priorities cause more favorable scheduling. Since only + privileged processes may request a negative priority, specifying + a negative value works only if the daemon is started with root + privileges. + [/help]