Accepting request 53555 from home:seife:branches:Base:System

reviewed ok

OBS-URL: https://build.opensuse.org/request/show/53555
OBS-URL: https://build.opensuse.org/package/show/Base:System/acpid?expand=0&rev=15
This commit is contained in:
Stefan Seyfried 2010-11-19 20:28:21 +00:00 committed by Git OBS Bridge
parent ae6891c0ef
commit ad1518bf14
2 changed files with 6 additions and 1 deletions

View File

@ -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

View File

@ -11,7 +11,7 @@ After=syslog.target
[Service]
Type=forking
ExecStart=/usr/sbin/acpid
ExecStart=/sbin/acpid
[Install]
WantedBy=multi-user.target