Accepting request 131363 from Base:System
- Improve systemd unit * run in the foreground * use netlink only as /proc/acpi files are deprecated. (forwarded request 131174 from elvigia) OBS-URL: https://build.opensuse.org/request/show/131363 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/acpid?expand=0&rev=59
This commit is contained in:
commit
20adc09052
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Aug 19 18:18:51 UTC 2012 - crrodriguez@opensuse.org
|
||||||
|
|
||||||
|
- Improve systemd unit
|
||||||
|
* run in the foreground
|
||||||
|
* use netlink only as /proc/acpi files are deprecated.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Apr 2 23:59:08 UTC 2012 - tabraham@novell.com
|
Mon Apr 2 23:59:08 UTC 2012 - tabraham@novell.com
|
||||||
|
|
||||||
|
@ -2,16 +2,11 @@
|
|||||||
Description=ACPI Event Daemon
|
Description=ACPI Event Daemon
|
||||||
After=syslog.target
|
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]
|
[Service]
|
||||||
Type=forking
|
|
||||||
ExecStart=/usr/sbin/acpid
|
ExecStart=/usr/sbin/acpid -n -f
|
||||||
|
ExecReload=/bin/kill -s HUP $MAINPID
|
||||||
|
ExecStop=/bin/kill -s QUIT $MAINPID
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
WantedBy=multi-user.target
|
WantedBy=multi-user.target
|
||||||
|
@ -16,14 +16,13 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Name: acpid
|
Name: acpid
|
||||||
Version: 2.0.16
|
Version: 2.0.16
|
||||||
Release: 0
|
Release: 0
|
||||||
License: GPL-2.0+
|
|
||||||
Summary: Executes Actions at ACPI Events
|
Summary: Executes Actions at ACPI Events
|
||||||
Url: http://tedfelix.com/linux/acpid-netlink.html
|
License: GPL-2.0+
|
||||||
Group: System/Daemons
|
Group: System/Daemons
|
||||||
|
Url: http://tedfelix.com/linux/acpid-netlink.html
|
||||||
Source: http://tedfelix.com/linux/%{name}-%{version}.tar.gz
|
Source: http://tedfelix.com/linux/%{name}-%{version}.tar.gz
|
||||||
Source2: rcacpid
|
Source2: rcacpid
|
||||||
Source3: README.SuSE
|
Source3: README.SuSE
|
||||||
|
Loading…
Reference in New Issue
Block a user