Projekt

Allgemein

Profil

Setup acpid » Historie » Version 2

Jeremias Keihsler, 11.12.2017 18:37

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