]> git.ipfire.org Git - thirdparty/systemd.git/commit
systemctl: use action_table for scheduling shutdown 22522/head
authorLudwig Nussel <ludwig.nussel@suse.de>
Tue, 8 Feb 2022 10:23:04 +0000 (11:23 +0100)
committerLudwig Nussel <ludwig.nussel@suse.de>
Mon, 28 Feb 2022 10:29:45 +0000 (11:29 +0100)
commit00886e06e8dbb9449cef1f4ab1fdc53a212162f7
treec671ba499c57c8c9837fa08951849cdebc7e0d17
parentaa6123e85e0baea21b6daad175da43ffea30629f
systemctl: use action_table for scheduling shutdown

The fall-through to reboot doesn't seem to make sense. It won't happen
in the current code. Filtering the actions on client side is not needed
either as the server will refuse unsupported operations anyway.
src/systemctl/systemctl-logind.c