summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuo Jinghua <sunmoon1997@gmail.com>2011-08-06 15:55:21 +0800
committerLuo Jinghua <sunmoon1997@gmail.com>2011-08-06 15:55:21 +0800
commit403276a156d7ac0db55d14c6ca82f347001c6b68 (patch)
tree87cd0a08e35a8d166f5d8c23097413fc7f064464
parente30bc2288c4485516ad45964e546042c61555cb1 (diff)
Removed acpid.service
-rw-r--r--acpid.service16
1 files changed, 0 insertions, 16 deletions
diff --git a/acpid.service b/acpid.service
deleted file mode 100644
index 17e1304..0000000
--- a/acpid.service
+++ /dev/null
@@ -1,16 +0,0 @@
-[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]
-ExecStart=/usr/sbin/acpid -f
-
-[Install]
-WantedBy=multi-user.target