mirror of
https://github.com/home-assistant/operating-system.git
synced 2025-07-26 22:46:32 +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]
|
[Unit]
|
||||||
Description=acpid (busybox)
|
Description=acpid (busybox)
|
||||||
RefuseManualStop=true
|
RefuseManualStop=true
|
||||||
|
After=sysinit.target
|
||||||
ConditionPathIsDirectory=/proc/acpi
|
ConditionPathIsDirectory=/proc/acpi
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
@ -8,5 +9,4 @@ Type=simple
|
|||||||
ExecStart=/sbin/acpid -d
|
ExecStart=/sbin/acpid -d
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
After=local-fs.target
|
|
||||||
WantedBy=multi-user.target
|
WantedBy=multi-user.target
|
||||||
|
Loading…
x
Reference in New Issue
Block a user