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:
parent
ae6891c0ef
commit
ad1518bf14
@ -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