]> git.ipfire.org Git - thirdparty/systemd.git/commit
systemctl: add new --show-transaction switch
authorLennart Poettering <lennart@poettering.net>
Fri, 22 Mar 2019 19:58:13 +0000 (20:58 +0100)
committerLennart Poettering <lennart@poettering.net>
Wed, 27 Mar 2019 11:37:37 +0000 (12:37 +0100)
commit85d9b5981ba6b7ee3955f95fa6cf3bb8cdf3444d
tree39117b905d9154ace8784605690805e8ac183fe1
parent94369fc0663255bbd327f97dba288ececf51a514
systemctl: add new --show-transaction switch

This new switch uses the new method call EnqueueUnitJob() for enqueuing
a job and showing the jobs it enqueued.

Fixes: #2297
src/systemctl/systemctl.c