On Sat, Jan 28, 2012 at 11:22:15PM +0100, Tom Gundersen wrote: > On Sat, Jan 28, 2012 at 9:39 PM, Dave Reisner <d...@falconindy.com> wrote: > > systemd passes 'kexec' on 'systemctl kexec' which isn't being caught. > > Catch the few possible verbs for a halt, and let everything else default > > to trying a kexec; falling back on a reboot. > > Why not just catch the kexec? > > -t
because a kexec and a reboot are very much similar. i'm not sure what adding an extra branch buys me. Either you want to shutdown, or you want to reboot.