mirror of
git://git.yoctoproject.org/poky
synced 2026-09-27 16:10:29 +00:00
For acpid needs to upgrade to work correctly with the new kernel. The new version now uses autotools. Also add systemd unit file. (From OE-Core rev: 93805abedb5563a91886f330153b179033a29d11) Signed-off-by: Chen Qi <Qi.Chen@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
11 lines
145 B
Desktop File
11 lines
145 B
Desktop File
[Unit]
|
|
Description=ACPI Event Daemon
|
|
After=syslog.target
|
|
|
|
[Service]
|
|
Type=forking
|
|
ExecStart=@SBINDIR@/acpid
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|