Accepting request 53623 from Base:System
Accepted submit request 53623 from user seife OBS-URL: https://build.opensuse.org/request/show/53623 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/acpid?expand=0&rev=33
This commit is contained in:
commit
53574b2fbb
@ -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
|
Tue Nov 9 15:42:19 UTC 2010 - cristian.rodriguez@opensuse.org
|
||||||
|
|
||||||
|
@ -11,7 +11,7 @@ After=syslog.target
|
|||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
Type=forking
|
Type=forking
|
||||||
ExecStart=/usr/sbin/acpid
|
ExecStart=/sbin/acpid
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
WantedBy=multi-user.target
|
WantedBy=multi-user.target
|
||||||
|
Loading…
x
Reference in New Issue
Block a user