OS: bugfix acpid service file (#229)

* OS: bugfix acpid service file

* Update busybox-acpid.service
This commit is contained in:
Pascal Vizeli 2018-10-29 16:00:20 +01:00 committed by GitHub
parent 5cdf66c2c8
commit a2363d9a27
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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