acpid/acpid.service
Marcus Meissner 08cc8c5642 Accepting request 177314 from home:elvigia:branches:Base:System
- Also remove After=syslog.target from unit file (target does 
  not exists anymore) 

- 2.0.19 release
- README improvements  (README)  (Ted Felix)
- man page additions  (acpid.8)  (Ted Felix)
    (kacpimon/libnetlink.c)  (Ted Felix)
- Add support for mic mute (KEY_MICMUTE).
    (input_layer.c)  (Ted Felix)
- Fix format of video/tabletmode event string.  CRITICAL.
    (input_layer.c)  (Ted Felix)
- Add how to kill acpid to kacpimon man page.
    (kacpimon.8)  (Ted Felix)
- Add info on logind.conf's HandlePowerKey to man page.
    (acpid.8)  (Ted Felix) 
- Remove ExecStop from systemd unit, not required.

OBS-URL: https://build.opensuse.org/request/show/177314
OBS-URL: https://build.opensuse.org/package/show/Base:System/acpid?expand=0&rev=58
2013-06-05 08:11:45 +00:00

11 lines
156 B
Desktop File

[Unit]
Description=ACPI Event Daemon
[Service]
ExecStart=/usr/sbin/acpid -n -f
ExecReload=/bin/kill -s HUP $MAINPID
[Install]
WantedBy=multi-user.target