From: Lennart Poettering Date: Tue, 25 Jun 2019 08:39:52 +0000 (+0200) Subject: core: mention why we do migration for everything but ConfigurationDirectory= X-Git-Tag: v243-rc1~233^2~3 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2193f17c08f547598d95fb0eab2cc253bbb301e0;p=thirdparty%2Fsystemd.git core: mention why we do migration for everything but ConfigurationDirectory= --- diff --git a/src/core/execute.c b/src/core/execute.c index 09a09aadc0e..37ecc30d6bb 100644 --- a/src/core/execute.c +++ b/src/core/execute.c @@ -2182,7 +2182,11 @@ static int setup_exec_directory( _cleanup_free_ char *q = NULL; /* This already exists and is a symlink? Interesting. Maybe it's one created - * by DynamicUser=1 (see above)? */ + * by DynamicUser=1 (see above)? + * + * We do this for all directory types except for ConfigurationDirectory=, + * since they all support the private/ symlink logic at least in some + * configurations, see above. */ q = path_join(params->prefix[type], "private", *rt); if (!q) {