From: Yu Watanabe Date: Thu, 23 Jan 2025 09:11:30 +0000 (+0900) Subject: run: add --job-mode= argument (#34708) X-Git-Tag: v258-rc1~1515 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=90cf374e45b44642f42b2d55d193246599dd0323;p=thirdparty%2Fsystemd.git run: add --job-mode= argument (#34708) systemctl has a --job-mode= argument, and adding the same argument to systemd-run is useful for starting transient scopes with dependencies. For example, if a transient scope BindsTo a service that is stopping, specifying --job-mode=replace will wait for the service to stop before starting it again, while the default job mode of "fail" will cause the systemd-run invocation to fail. --- 90cf374e45b44642f42b2d55d193246599dd0323