systemd: CentOS7的电源设置

  • 电源操作 - 设置文件路径

[root@centosX61 /]# vi /etc/systemd/logind.conf 
  • 电源操作 - 设置参数含义

#  This file is part of systemd.
#
#  systemd is free software; you can redistribute it and/or modify it
#  under the terms of the GNU Lesser General Public License as published by
#  the Free Software Foundation; either version 2.1 of the License, or
#  (at your option) any later version.
#
# Entries in this file show the compile time defaults.
# You can change settings by editing this file.
# Defaults can be restored by simply deleting this file.
#
# See logind.conf(5) for details.

[Login]
#NAutoVTs=6
#ReserveVT=6
#KillUserProcesses=no
#KillOnlyUsers=
#KillExcludeUsers=root
#InhibitDelayMaxSec=5

#电源键
#HandlePowerKey=poweroff
#挂起键
#HandleSuspendKey=suspend
#休眠键
#HandleHibernateKey=hibernate
#合盖 设为ignore时即合盖不睡
#HandleLidSwitch=ignore
#合盖:底座模式时
#HandleLidSwitchDocked=ignore

#PowerKeyIgnoreInhibited=no
#SuspendKeyIgnoreInhibited=no
#HibernateKeyIgnoreInhibited=no
#LidSwitchIgnoreInhibited=yes
#IdleAction=ignore
#IdleActionSec=30min
#RuntimeDirectorySize=10%
#RemoveIPC=no
#UserTasksMax=
 [root@centosX61 ~]# systemctl restart systemd-logind