Move some files around
This commit is contained in:
parent
1e7cb8ac7e
commit
3c68936ebc
8 changed files with 50 additions and 9 deletions
9
root/etc/systemd/system/ipmi/ipmi-static.service
Normal file
9
root/etc/systemd/system/ipmi/ipmi-static.service
Normal 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
|
9
root/etc/systemd/system/ipmi/ipmi-temp.service
Normal file
9
root/etc/systemd/system/ipmi/ipmi-temp.service
Normal 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
|
9
root/etc/systemd/system/ipmi/ipmi-temp.timer
Normal file
9
root/etc/systemd/system/ipmi/ipmi-temp.timer
Normal file
|
@ -0,0 +1,9 @@
|
|||
[Unit]
|
||||
Description=Watches server temperature
|
||||
|
||||
[Timer]
|
||||
OnUnitInactiveSec=5s
|
||||
OnBootSec=5s
|
||||
|
||||
[Install]
|
||||
WantedBy=timers.target
|
Loading…
Add table
Add a link
Reference in a new issue