Sophie

Sophie

distrib > Mageia > 3 > i586 > media > core-release-src > by-pkgid > 9a86095691f42a1b2bc6d4a5425bf9de > files > 3

acpid-2.0.18-1.mga3.src.rpm

[Unit]
Description=ACPI Event Daemon
After=syslog.target

# This could probably benefit from socket activation, but honestly I think it
# is time for acpid to go away, and hence I am not planning to spend the time
# to add socket activation here. We use Type=forking to ensure that the
# communication sockets are in place before boot proceeds with any service
# needing this service. Would acpid support socket activation we could use
# Type=simple here.

[Service]
Type=forking
ExecStart=/usr/sbin/acpid $OPTIONS

[Install]
WantedBy=multi-user.target