]> git.ipfire.org Git - thirdparty/systemd.git/commit - src/core/load-fragment.c
load-fragment: properly parse Nice= value
authorAdrian Spinu <adrian.spinu@windriver.com>
Wed, 2 Feb 2011 13:57:52 +0000 (15:57 +0200)
committerLennart Poettering <lennart@poettering.net>
Thu, 3 Feb 2011 20:23:32 +0000 (21:23 +0100)
commit7115593375de5c84d44df9aafb011da4a1385569
tree8d49b55eb328fadcf3fbb2662f5e5e839966ee6a
parent5d909e3ec3f502f1d33d0070d8a7a5755e7615d8
load-fragment: properly parse Nice= value

Hello,

     i`ve been using systemd for a while now, and found out that when
using NICE parameter for .service files the varible is not set correctly.
     i`ve found the problem in file *load-fragment.c* function
*config_parse_nice*        variable /*c->nice_set = false;*/  should be
/*c->nice_set = true;*/
     Problem is alsom manifesting on v17 but did not upgrade yet ...
src/load-fragment.c