Commit e8c523b9 authored by Dmitriy Safronov's avatar Dmitriy Safronov
Browse files

move scripts

parent cb67ed56
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -5,7 +5,7 @@ Requires=power-profiles-daemon.service
#RefuseManualStart=yes

[Service]
ExecStart=/usr/local/bin/ppm-hw
ExecStart=/usr/local/share/legion-power-management/bin/ppm-hw
Restart=on-failure

[Install]
+1 −1
Original line number Diff line number Diff line
@@ -6,7 +6,7 @@ Requires=power-profiles-daemon.service

[Service]
ExecStartPre=-/usr/bin/echo "1"	> /sys/devices/system/cpu/intel_pstate/hwp_dynamic_boost
ExecStart=/usr/local/bin/ppm-sw
ExecStart=/usr/local/share/legion-power-management/bin/ppm-sw
ExecStopPost=-/usr/bin/echo "0"	> /sys/devices/system/cpu/intel_pstate/hwp_dynamic_boost
Restart=on-failure