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