mirror of
https://github.com/edu4rdshl/linuxscripts.git
synced 2026-07-18 07:34:45 +00:00
Add disable-turbo-boost.service
This commit is contained in:
parent
92b662e6dd
commit
a8ccb3324c
2 changed files with 10 additions and 0 deletions
|
|
@ -1,13 +0,0 @@
|
|||
[Unit]
|
||||
Description=Restart networking services if internet connection not detected
|
||||
After=network-online.target
|
||||
|
||||
[Service]
|
||||
Type=oneshot
|
||||
ExecStart=/usr/bin/rnetworking
|
||||
TimeoutStopSec=180
|
||||
KillMode=process
|
||||
KillSignal=SIGINT
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
Loading…
Add table
Add a link
Reference in a new issue