Move some files around

This commit is contained in:
Marko Korhonen 2020-02-17 13:52:25 +02:00
parent e0e30b3783
commit 3198525f66
No known key found for this signature in database
GPG key ID: 911B85FBC6003FE5
8 changed files with 50 additions and 9 deletions

View file

@ -0,0 +1,9 @@
[Unit]
Description=Set fan speed
[Service]
Type=simple
ExecStart=/home/balrog/Scripts/ipmi-static.sh
[Install]
WantedBy=multi-user.target

View file

@ -0,0 +1,9 @@
[Unit]
Description=Watch server temperature
[Service]
Type=simple
ExecStart=/home/balrog/Scripts/ipmi-temp.sh
[Install]
WantedBy=multi-user.target

View file

@ -0,0 +1,9 @@
[Unit]
Description=Watches server temperature
[Timer]
OnUnitInactiveSec=5s
OnBootSec=5s
[Install]
WantedBy=timers.target