Blame SOURCES/acpid.service

a5b526
[Unit]
a5b526
Description=ACPI Event Daemon
a5b526
After=syslog.target
a5b526
a5b526
# This could probably benefit from socket activation, but honestly I think it
a5b526
# is time for acpid to go away, and hence I am not planning to spend the time
a5b526
# to add socket activation here. We use Type=forking to ensure that the
a5b526
# communication sockets are in place before boot proceeds with any service
a5b526
# needing this service. Would acpid support socket activation we could use
a5b526
# Type=simple here.
a5b526
a5b526
[Service]
a5b526
Type=forking
a5b526
EnvironmentFile=/etc/sysconfig/acpid
a5b526
ExecStart=/usr/sbin/acpid $OPTIONS
a5b526
a5b526
[Install]
a5b526
WantedBy=multi-user.target