Merge branch 'maint'
[paraslash.git] / m4 / lls / include / priority.m4
1 [option priority]
2         summary = adjust scheduling priority
3         arg_info = required_arg
4         arg_type = int32
5         typestr = prio
6         default_val = 0
7         [help]
8                 The priority (also known as nice value) is a value in the range -20
9                 to 19. Lower priorities cause more favorable scheduling. Since only
10                 privileged processes may request a negative priority, specifying
11                 a negative value works only if the daemon is started with root
12                 privileges.
13         [/help]