]> git.ipfire.org Git - people/amarx/ipfire-3.x.git/blobdiff - acpid/systemd/acpid.service
acpid: Update to 2.0.16 (among other changes).
[people/amarx/ipfire-3.x.git] / acpid / systemd / acpid.service
index 553b3e2ff73d00c62ac1ecd0b941d9f432003ec3..0826d86e14985c1ca3cc814eed6766af305e2198 100644 (file)
@@ -2,17 +2,9 @@
 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
-EnvironmentFile=/etc/sysconfig/acpid
-ExecStart=/usr/sbin/acpid $OPTIONS
+ExecStart=/usr/sbin/acpid
 
 [Install]
 WantedBy=multi-user.target