diff --git a/acpid.changes b/acpid.changes index cd23a72..4abbcbe 100644 --- a/acpid.changes +++ b/acpid.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Nov 19 16:34:01 UTC 2010 - seife@opensuse.org + +- fix systemd service file (acpid is in /sbin, not /usr/sbin) + ------------------------------------------------------------------- Tue Nov 9 15:42:19 UTC 2010 - cristian.rodriguez@opensuse.org diff --git a/acpid.service b/acpid.service index 006c132..ede53e8 100644 --- a/acpid.service +++ b/acpid.service @@ -11,7 +11,7 @@ After=syslog.target [Service] Type=forking -ExecStart=/usr/sbin/acpid +ExecStart=/sbin/acpid [Install] WantedBy=multi-user.target