Duke Du | 94311c5 | 2019-05-29 09:19:24 +0800 | [diff] [blame] | 1 | [Unit] |
2 | Description=Detect Fan Fail Manager | ||||
3 | After=phosphor-pid-control.service | ||||
4 | |||||
5 | [Service] | ||||
6 | ExecStart=/usr/bin/detect-fan-fail.sh | ||||
7 | Restart=always | ||||
8 | StandardOutput=syslog | ||||
9 | |||||
10 | [Install] | ||||
11 | WantedBy=multi-user.target |