chiark / gitweb /
login/eloginctl.c: Sync the following methods from systemctl.c:
authorSven Eden <yamakuzure@gmx.net>
Tue, 12 Jun 2018 17:41:52 +0000 (19:41 +0200)
committerSven Eden <yamakuzure@gmx.net>
Fri, 29 Jun 2018 05:12:51 +0000 (07:12 +0200)
commite322cb53f1f3fc75e7d75067cf1acbff900b205e
tree65a8e4c863bcbe24545a4b1f46242d59288c820d
parentfe54c6a8e4ca5627d318066d29f18ece89e76968
login/eloginctl.c: Sync the following methods from systemctl.c:

 * check_inhibitors()          => logind_check_inhibitors()
 * elogind_reboot()            => logind_reboot()
 * elogind_schedule_shutdown() => logind_schedule_shutdown()
 * elogind_set_wall_message()  => logind_set_wall_message()

Further introduce both -q/--quiet and --dry-run.
src/login/eloginctl.c
src/login/loginctl.c