Power Button Graceful Shutdown (ACPI)

From KlavoWiki
Revision as of 05:45, 29 June 2015 by David (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

ACPI is Advanced Configuration and Power Interface. This allows you to shut down an operating system by pressing the power button on the front of a computer/server.

To gracefully shutdown CentOS with the power button you must install the ACPI services.

yum -y install acpid
systemctl enable acpid
systemctl start acpid