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