mirror of
https://github.com/ps5-linux/ps5-linux-tools.git
synced 2026-07-16 06:00:38 +00:00
* Add: systemd services * add --reboot on m2_exec.sh to kexec into the running kernel * rem reboot from m2_exec.sh
14 lines
271 B
Desktop File
14 lines
271 B
Desktop File
[Unit]
|
|
Description=Enable PS5 boost mode
|
|
After=dev-mp1.device
|
|
ConditionPathExists=/dev/mp1
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
ExecStart=/usr/local/sbin/ps5_control --boost on
|
|
ExecStop=/usr/local/sbin/ps5_control --boost off
|
|
RemainAfterExit=yes
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|