Fix ipmi script paths

This commit is contained in:
Marko Korhonen 2020-04-17 10:45:33 +03:00
parent a2f69c646a
commit 67b488904c
2 changed files with 2 additions and 2 deletions

View file

@ -3,7 +3,7 @@ Description=Write fan speeds to tmp
[Service]
Type=simple
ExecStart=/home/balrog/Scripts/ipmi/fans.sh
ExecStart=/home/balrog/.scripts/ipmi/fans.sh
[Install]
WantedBy=multi-user.target

View file

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