diff options
author | Lennart Poettering <lennart@poettering.net> | 2010-02-02 12:50:04 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2010-02-02 12:50:04 +0100 |
commit | 38b48754f787e7956dc97ebae6891203358a032e (patch) | |
tree | a3c6f1064d30e6921bb2454b9bbf4e5050164313 /load-fragment.c | |
parent | 86ad3bc1ce5a6e4d007aaa390f6f7551ff7c9696 (diff) |
execute: allow configuration of SCHED_RESET_ON_FORK
Diffstat (limited to 'load-fragment.c')
-rw-r--r-- | load-fragment.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/load-fragment.c b/load-fragment.c index 4bb1ef0108..c271ce5a5c 100644 --- a/load-fragment.c +++ b/load-fragment.c @@ -1024,6 +1024,7 @@ static int load_from_path(Unit *u, const char *path) { { "IOSchedulingPriority", config_parse_io_priority, &(context), section }, \ { "CPUSchedulingPolicy", config_parse_cpu_sched_policy,&(context), section }, \ { "CPUSchedulingPriority", config_parse_cpu_sched_prio, &(context), section }, \ + { "CPUSchedulingResetOnFork", config_parse_bool, &(context).cpu_sched_reset_on_fork, section }, \ { "CPUAffinity", config_parse_cpu_affinity, &(context), section }, \ { "UMask", config_parse_umask, &(context).umask, section }, \ { "Environment", config_parse_strv, &(context).environment, section }, \ |