12 lines
184 B
Django/Jinja
12 lines
184 B
Django/Jinja
# {{ ansible_managed }}
|
|
|
|
[Unit]
|
|
Description=Powertop tunings
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
RemainAfterExit=true
|
|
ExecStart=/usr/bin/powertop --auto-tune
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|