mirror of
https://github.com/systemd/systemd-stable.git
synced 2025-02-10 13:57:25 +03:00
core: mention why we do migration for everything but ConfigurationDirectory=
This commit is contained in:
parent
cf52c45d6b
commit
2193f17c08
@ -2182,7 +2182,11 @@ static int setup_exec_directory(
|
|||||||
_cleanup_free_ char *q = NULL;
|
_cleanup_free_ char *q = NULL;
|
||||||
|
|
||||||
/* This already exists and is a symlink? Interesting. Maybe it's one created
|
/* 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);
|
q = path_join(params->prefix[type], "private", *rt);
|
||||||
if (!q) {
|
if (!q) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user