All translations
Views
Actions
Namespaces
Variants
Tools
Enter a message name below to show all available translations.
Found 3 translations.
Name | Current message text |
---|---|
h English (en) | 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 |
h French (fr) | 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 |
h Russian (ru) | Чтобы создать, запустить и добавить в автозапуск службу 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 |