82f6f347b4
laptop-mode-tools doesn't support systemd. Tuned is an alternative whose works fine with systemd, developped by redhat OBS-URL: https://build.opensuse.org/request/show/139769 OBS-URL: https://build.opensuse.org/package/show/Base:System/tuned?expand=0&rev=1
14 lines
454 B
Diff
14 lines
454 B
Diff
--- a/Makefile 2012-10-10 23:25:44.000000000 +0200
|
|
+++ b/Makefile 2012-10-30 12:52:03.786235413 +0100
|
|
@@ -62,8 +62,8 @@
|
|
|
|
# runtime directory
|
|
mkdir -p $(DESTDIR)/var/run/tuned
|
|
- mkdir -p $(DESTDIR)/etc/tmpfiles.d
|
|
- install -m 0644 tuned.tmpfiles $(DESTDIR)/etc/tmpfiles.d/tuned.conf
|
|
+ mkdir -p $(DESTDIR)/usr/lib/tmpfiles.d
|
|
+ install -m 0644 tuned.tmpfiles $(DESTDIR)/usr/lib/tmpfiles.d/tuned.conf
|
|
|
|
# systemd units
|
|
mkdir -p $(DESTDIR)$(UNITDIR)
|