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