Initial commit
This commit is contained in:
commit
be2216107d
6 changed files with 774 additions and 0 deletions
12
fancontrol.service
Normal file
12
fancontrol.service
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
[Unit]
|
||||
Description=Fan control
|
||||
|
||||
[Service]
|
||||
Restart=on-failure
|
||||
User=root
|
||||
Group=root
|
||||
ExecStart=/usr/local/bin/fancontrol 13 5 60000 58000
|
||||
StandardOutput=null
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
Loading…
Add table
Add a link
Reference in a new issue