kdm: Do a poweroff, not a halt

This commit is contained in:
Eelco Dolstra 2012-08-20 11:11:10 -04:00
parent ebb1781dfc
commit cdc3604a7d

View File

@ -12,8 +12,8 @@ let
defaultConfig =
''
[Shutdown]
HaltCmd=${config.system.build.systemd}/sbin/halt
RebootCmd=${config.system.build.systemd}/sbin/reboot
HaltCmd=${config.system.build.systemd}/sbin/shutdown -h now
RebootCmd=${config.system.build.systemd}/sbin/shutdown -r now
${optionalString (config.system.boot.loader.id == "grub") ''
BootManager=${if config.boot.loader.grub.version == 2 then "Grub2" else "Grub"}
''}