summaryrefslogtreecommitdiff
path: root/src/shared/install.c
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2017-11-13 12:14:23 +0100
committerGitHub <noreply@github.com>2017-11-13 12:14:23 +0100
commitf38326f21aaf96c76d56c5d69f8515eb7039eae8 (patch)
treebed836656d7994cc5248a58c66fbf753e7646283 /src/shared/install.c
parent10d67460f5a6a0cf369ac6ffb31106de46424174 (diff)
parenta9f01ad1bf5bac3980d34324e42dab2b5e4f86ef (diff)
downloadsystemd-f38326f21aaf96c76d56c5d69f8515eb7039eae8.tar.gz
Merge pull request #7284 from poettering/cgroup-delegate-mask
add a concept of delegating cgroups per unit while enabling specific controllers
Diffstat (limited to 'src/shared/install.c')
-rw-r--r--src/shared/install.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/shared/install.c b/src/shared/install.c
index 6a31e62c44..5516799e6b 100644
--- a/src/shared/install.c
+++ b/src/shared/install.c
@@ -1308,7 +1308,7 @@ static int unit_file_load(
r = config_parse(info->name, path, f,
NULL,
config_item_table_lookup, items,
- true, true, false, info);
+ CONFIG_PARSE_RELAXED|CONFIG_PARSE_ALLOW_INCLUDE, info);
if (r < 0)
return log_debug_errno(r, "Failed to parse %s: %m", info->name);