powertop/powertop.service

22 lines
486 B
SYSTEMD
Raw Normal View History

2019-09-30 11:14:08 -04:00
[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
2019-09-30 11:14:08 -04:00
Type=oneshot
ExecStart=/usr/sbin/powertop --auto-tune
[Install]
WantedBy=multi-user.target