blob: 4cf9175c9447a0bd2b8f5516d529120d22ba5a81 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
[Unit]
Description=Supermicro fan control
After=local-fs.target
[Service]
Type=simple
Restart=always
ExecStart=/usr/bin/superfan
TimeoutStartSec=300
[Install]
WantedBy=multi-user.target
|