mirror of
https://github.com/arthur-pbty/arthur-os.git
synced 2026-08-01 20:28:16 +02:00
4 lines
221 B
Bash
4 lines
221 B
Bash
sudo install -d /etc/systemd/system/plocate-updatedb.service.d
|
|
printf '%s\n' '[Unit]' 'ConditionACPower=true' | sudo tee /etc/systemd/system/plocate-updatedb.service.d/ac-only.conf >/dev/null
|
|
sudo systemctl daemon-reload
|