a47c516e50
This one is based on Archlinux's service file. Signed-off-by: Alexander Sverdlin <alexander.sverdlin@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
10 lines
162 B
Desktop File
10 lines
162 B
Desktop File
[Unit]
|
|
Description=ACPI event daemon
|
|
Documentation=man:acpid(8)
|
|
|
|
[Service]
|
|
ExecStart=/usr/sbin/acpid --foreground --netlink
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|