mirror of
https://github.com/home-assistant/operating-system.git
synced 2025-07-25 22:16:30 +00:00
OS: bugfix acpid service file (#229)
* OS: bugfix acpid service file * Update busybox-acpid.service
This commit is contained in:
parent
5cdf66c2c8
commit
a2363d9a27
@ -1,6 +1,7 @@
|
||||
[Unit]
|
||||
Description=acpid (busybox)
|
||||
RefuseManualStop=true
|
||||
After=sysinit.target
|
||||
ConditionPathIsDirectory=/proc/acpi
|
||||
|
||||
[Service]
|
||||
@ -8,5 +9,4 @@ Type=simple
|
||||
ExecStart=/sbin/acpid -d
|
||||
|
||||
[Install]
|
||||
After=local-fs.target
|
||||
WantedBy=multi-user.target
|
||||
|
Loading…
x
Reference in New Issue
Block a user