Rename some roles to make ansible-lint happy.
This commit is contained in:
parent
4d791a65f1
commit
1db0b6ec31
75 changed files with 29 additions and 29 deletions
6
roles/lowpower/files/powertop.service
Normal file
6
roles/lowpower/files/powertop.service
Normal file
|
@ -0,0 +1,6 @@
|
|||
[Unit]
|
||||
Description=Run powertop --auto-tune
|
||||
|
||||
[Service]
|
||||
Type=oneshot
|
||||
ExecStart=/usr/sbin/powertop --auto-tune
|
9
roles/lowpower/files/powertop.timer
Normal file
9
roles/lowpower/files/powertop.timer
Normal file
|
@ -0,0 +1,9 @@
|
|||
[Unit]
|
||||
Description=Run powertop --auto-tune after boot
|
||||
|
||||
[Timer]
|
||||
OnBootSec=1min
|
||||
AccuracySec=1min
|
||||
|
||||
[Install]
|
||||
WantedBy=timers.target
|
Loading…
Add table
Add a link
Reference in a new issue