blob: 2cabbbfd14d20c7d9b814ac14175d15911141670 (
plain) (
tree)
|
|
# /lib/systemd/system/
# /etc/systemd/system/
# /etc/systemd/system/multi-user.target.wants/
[Unit]
Description=Powertop tunings
[Service]
Type=oneshot
RemainAfterExit=no
ExecStart=/sbin/powertop --auto-tune
# "powertop --auto-tune" still needs a terminal for some reason. Possibly a bug?
Environment="TERM=xterm"
[Install]
WantedBy=multi-user.target
|