mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-01-24 02:22:13 +08:00
12 lines
202 B
SYSTEMD
12 lines
202 B
SYSTEMD
|
[Unit]
|
||
|
Description=ACPI event daemon
|
||
|
Requires=acpid.socket
|
||
|
|
||
|
[Service]
|
||
|
EnvironmentFile=/etc/conf.d/acpid
|
||
|
ExecStart=/usr/sbin/acpid -f $ACPID_ARGS
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|
||
|
Also=acpid.socket
|