Projekt

Allgemein

Profil

Setup acpid » Historie » Version 1

Jeremias Keihsler, 12.01.2017 11:22

1 1 Jeremias Keihsler
h1. Setup acpi-daemon
2
3
gracefully shutdown is nice, even if someone just presses "power-off"
4
5
@CentOS7-minimal 7.2.1511@ doesn't install @acpid@ right away.
6
7
<pre><code class="bash">
8
yum install acpid
9
systemctl enable acpid
10
systemctl start acpid
11
systemctl status acpid
12
</code></pre>