powertop/powertop.service
Funda Wang 84a2c01386 fix build with latest gettext
(cherry picked from commit 433ada4c41f7f823bdae61ab79bb0c44ebbc40af)
2025-01-07 15:24:12 +08:00

22 lines
486 B
Desktop File

[Unit]
Description=PowerTOP autotuner
[Service]
# added automatically, for details please see
# https://en.opensuse.org/openSUSE:Security_Features#Systemd_hardening_effort
ProtectSystem=full
ProtectHome=true
PrivateDevices=true
ProtectHostname=true
ProtectClock=true
ProtectKernelModules=true
ProtectKernelLogs=true
ProtectControlGroups=true
RestrictRealtime=true
# end of automatic additions
Type=oneshot
ExecStart=/usr/sbin/powertop --auto-tune
[Install]
WantedBy=multi-user.target