These changes will prevent services from being restarted without any changes whenever no changes have been made
9 lines
146 B
Django/Jinja
9 lines
146 B
Django/Jinja
[Unit]
|
|
Description=Powertop tunings
|
|
|
|
[Service]
|
|
ExecStart=/usr/bin/powertop --auto-tune
|
|
RemainAfterExit=true
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|