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

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

From Manjaro
(Created page with "Pour créer, démarrer et activer un service systemd pour PowerTop, vous pouvez utilisez les commandes suivantes : sudo sh -c "echo -e '[Unit]\nDescription=PowerTop\n\n[Servi...")
Tags: Mobile web edit Mobile edit
 
(No difference)

Latest revision as of 20:29, 24 September 2024

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

Pour créer, démarrer et activer un service systemd pour PowerTop, vous pouvez utilisez les commandes suivantes :

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.