diff options
author | Ludwig Nussel <ludwig.nussel@suse.de> | 2021-12-08 12:48:35 +0100 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2021-12-09 15:07:40 +0100 |
commit | a9c3cc8db02dc36d41b17d0bbf1e02500046e4ce (patch) | |
tree | 3ce0350f6942404129edd6fc82fcd99b93fc6b60 /src/systemctl/systemctl-logind.h | |
parent | network: dhcp: make IPServiceType= accept "none" to disable tos in the outgoi... (diff) | |
download | systemd-a9c3cc8db02dc36d41b17d0bbf1e02500046e4ce.tar.xz systemd-a9c3cc8db02dc36d41b17d0bbf1e02500046e4ce.zip |
systemctl: add shutdown --show option
Shows the scheduled shutdown action and time if there's one.
Diffstat (limited to 'src/systemctl/systemctl-logind.h')
-rw-r--r-- | src/systemctl/systemctl-logind.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/systemctl/systemctl-logind.h b/src/systemctl/systemctl-logind.h index 144056b939..6e73cb7625 100644 --- a/src/systemctl/systemctl-logind.h +++ b/src/systemctl/systemctl-logind.h @@ -14,5 +14,6 @@ int prepare_boot_loader_entry(void); int logind_schedule_shutdown(void); int logind_cancel_shutdown(void); +int logind_show_shutdown(void); int help_boot_loader_entry(void); |