From: Yu Watanabe Date: Tue, 31 May 2022 12:37:41 +0000 (+0900) Subject: portable: fix command option in comment X-Git-Tag: v252-rc1~895 X-Git-Url: http://git-history.diyao.me/?a=commitdiff_plain;h=a0f0cf0a6b345b296ba3cc71a3f9d246408cd2d4;p=systemd%2F.git portable: fix command option in comment Follow-up for edea370222eec3d185dd84a7d9e942ec5933af63. --- diff --git a/src/portable/portable.c b/src/portable/portable.c index a8536c6692..c6e74e9c27 100644 --- a/src/portable/portable.c +++ b/src/portable/portable.c @@ -1562,10 +1562,10 @@ int portable_detach( _cleanup_free_ char *marker = NULL, *unit_name = NULL; const char *dot; - /* When a portable service is enabled with "portablectl --runtime attach", and is disabled - * with "portablectl --enable detach", which calls DisableUnitFilesWithFlags DBus method, - * the main unit file is removed, but its drop-ins are not. Hence, here we need to list both - * main unit files and drop-in directories (without the main unit files). */ + /* When a portable service is enabled with "portablectl --copy=symlink --enable --now attach", + * and is disabled with "portablectl --enable --now detach", which calls DisableUnitFilesWithFlags + * DBus method, the main unit file is removed, but its drop-ins are not. Hence, here we need + * to list both main unit files and drop-in directories (without the main unit files). */ dot = endswith(de->d_name, ".d"); if (dot)