Fix ipmi script paths

This commit is contained in:
Marko Korhonen 2020-04-17 10:45:33 +03:00
parent 4ac17b2e0b
commit 93a286bf79
No known key found for this signature in database
GPG key ID: 911B85FBC6003FE5
2 changed files with 2 additions and 2 deletions

View file

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

View file

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