mirror of
https://github.com/ublue-os/bazzite.git
synced 2025-01-29 09:32:55 +00:00
chore: use /usr/bin instead of /usr/sbin where possible
This commit is contained in:
parent
a18463e94c
commit
aba3b0674f
@ -5,7 +5,7 @@ Description=CPU Curve Undervolt for Steam Deck
|
||||
Type=oneshot
|
||||
EnvironmentFile=-/etc/default/%p
|
||||
ExecStartPre=/usr/bin/sleep 10
|
||||
ExecStart=/usr/sbin/ryzenadj --set-coall=${UNDERVOLT_AMOUNT}
|
||||
ExecStart=/usr/bin/ryzenadj --set-coall=${UNDERVOLT_AMOUNT}
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target suspend.target hibernate.target hybrid-sleep.target suspend-then-hibernate.target ac.target battery.target
|
||||
|
@ -1,2 +1,2 @@
|
||||
SUBSYSTEM=="power_supply", KERNEL=="ACAD", ATTR{online}=="0", RUN+="/usr/sbin/systemctl start battery.target"
|
||||
SUBSYSTEM=="power_supply", KERNEL=="ACAD", ATTR{online}=="1", RUN+="/usr/sbin/systemctl start ac.target"
|
||||
SUBSYSTEM=="power_supply", KERNEL=="ACAD", ATTR{online}=="0", RUN+="/usr/bin/systemctl start battery.target"
|
||||
SUBSYSTEM=="power_supply", KERNEL=="ACAD", ATTR{online}=="1", RUN+="/usr/bin/systemctl start ac.target"
|
||||
|
Loading…
x
Reference in New Issue
Block a user