Marcus Meissner
696c77e61a
- Improve systemd unit * run in the foreground * use netlink only as /proc/acpi files are deprecated. OBS-URL: https://build.opensuse.org/request/show/131174 OBS-URL: https://build.opensuse.org/package/show/Base:System/acpid?expand=0&rev=51
13 lines
212 B
Desktop File
13 lines
212 B
Desktop File
[Unit]
|
|
Description=ACPI Event Daemon
|
|
After=syslog.target
|
|
|
|
[Service]
|
|
|
|
ExecStart=/usr/sbin/acpid -n -f
|
|
ExecReload=/bin/kill -s HUP $MAINPID
|
|
ExecStop=/bin/kill -s QUIT $MAINPID
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|