dotfiles/root/etc/systemd/system/ipmi-fans.service

10 lines
149 B
SYSTEMD
Raw Normal View History

2020-02-17 15:12:40 +02:00
[Unit]
Description=Write fan speeds to tmp
[Service]
Type=simple
2020-04-17 10:45:33 +03:00
ExecStart=/home/balrog/.scripts/ipmi/fans.sh
2020-02-17 15:12:40 +02:00
[Install]
WantedBy=multi-user.target