Loading etc/systemd/system/ppm-hw.service +1 −1 Original line number Diff line number Diff line Loading @@ -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] Loading etc/systemd/system/ppm-sw.service +1 −1 Original line number Diff line number Diff line Loading @@ -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 Loading usr/local/bin/ppm-hw→usr/local/share/legion-power-management/bin/ppm-hw +0 −0 File moved. View file usr/local/bin/ppm-sw→usr/local/share/legion-power-management/bin/ppm-sw +0 −0 File moved. View file Loading
etc/systemd/system/ppm-hw.service +1 −1 Original line number Diff line number Diff line Loading @@ -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] Loading
etc/systemd/system/ppm-sw.service +1 −1 Original line number Diff line number Diff line Loading @@ -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 Loading