summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2011-08-04 17:57:27 -0400
committerHenry Gebhardt <hsggebhardt@googlemail.com>2011-08-15 07:16:35 +0200
commit2dfe609f170e55f325283e6028c58580f2a7dfdc (patch)
tree829fd9dc3709b4a66443c8b3acf09069d32405eb
parentnet-wireless/bluez: Remove, systemd support in main tree (diff)
downloadsystemd-2dfe609f170e55f325283e6028c58580f2a7dfdc.tar.gz
systemd-2dfe609f170e55f325283e6028c58580f2a7dfdc.tar.bz2
systemd-2dfe609f170e55f325283e6028c58580f2a7dfdc.zip
sys-apps/systemd-units: Acpid is now in the tree.
-rw-r--r--sys-apps/systemd-units/Manifest1
-rw-r--r--sys-apps/systemd-units/files/services-basic/acpid.service16
2 files changed, 0 insertions, 17 deletions
diff --git a/sys-apps/systemd-units/Manifest b/sys-apps/systemd-units/Manifest
index 3967a5e..e9cd528 100644
--- a/sys-apps/systemd-units/Manifest
+++ b/sys-apps/systemd-units/Manifest
@@ -1,4 +1,3 @@
-AUX services-basic/acpid.service 535 RMD160 19776f98b4a77d06300c270d4f8a45cf117bc397 SHA1 4fcc660a47f5acd6851a8197c40399de433a74c1 SHA256 ffe1f0b811ebcc130bf42015739599fc19f1393b636612f9ada890facff2446d
AUX services-basic/atd.service 239 RMD160 bdd814328e6ed7a8b47ff4b1969a296dd87e0a8c SHA1 f15231fec34bbf68c7e3c646e228f4aa7653890e SHA256 593c307bee13c01726d7f5f20246759c44365dc3fc744026239595d4454f4147
AUX services-basic/metalog.service 118 RMD160 b2c8936cb4e3fdb9428b784e2e829d24a6c0e375 SHA1 c963db4f06c2da98c4de3eba9518491014f68c1e SHA256 160a01a618a0c218fe1b56d74c24b6042a22c82a96c11711019600f0ab557939
AUX services-basic/syslog-ng.service 150 RMD160 322a68be82f21735248f02cedf67021b718d2234 SHA1 f493b9c0af849671fccafbb6ee3fd23a2259064a SHA256 8e936cee3ffb7941c46b418b3208246e46948404ac0f062a0ef2f3f94d8ecc83
diff --git a/sys-apps/systemd-units/files/services-basic/acpid.service b/sys-apps/systemd-units/files/services-basic/acpid.service
deleted file mode 100644
index 17e1304..0000000
--- a/sys-apps/systemd-units/files/services-basic/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