Manjaro Difference between revisions of "Translations:Power Management/40/ru"

Difference between revisions of "Translations:Power Management/40/ru"

From Manjaro
(Created page with "Чтобы создать, запустить и добавить в автозапуск службу systemd для PowerTop, можно воспользоваться ко...")
 
(No difference)

Latest revision as of 13:54, 23 January 2023

Information about message (contribute)
This message has no documentation. If you know where or how this message is used, you can help other translators by adding documentation to this message.
Message definition (Power Management)
To create, start and enable a systemd service for PowerTop you can use the commands:
 sudo sh -c "echo -e '[Unit]\nDescription=PowerTop\n\n[Service]\nType=oneshot\nRemainAfterExit=true\nExecStart=/usr/bin/powertop --auto-tune\n\n[Install]\nWantedBy=multi-user.target\n' > /etc/systemd/system/powertop.service"
 sudo systemctl enable --now powertop.service

Чтобы создать, запустить и добавить в автозапуск службу systemd для PowerTop, можно воспользоваться командами:

sudo sh -c "echo -e '[Unit]\nDescription=PowerTop\n\n[Service]\nType=oneshot\nRemainAfterExit=true\nExecStart=/usr/bin/powertop --auto-tune\n\n[Install]\nWantedBy=multi-user.target\n' > /etc/systemd/system/powertop.service"
sudo systemctl enable --now powertop.service
Cookies help us deliver our services. By using our services, you agree to our use of cookies.