Vijay Khemka | 5584543 | 2019-06-19 14:25:40 -0700 | [diff] [blame] | 1 | [Unit] |
2 | Description=Phosphor-Pid-Control Margin-based Fan Control Daemon | ||||
Peter Lundgren | 75c65d9 | 2019-11-06 15:47:50 -0800 | [diff] [blame] | 3 | After=xyz.openbmc_project.fansensor.service |
Vijay Khemka | 5584543 | 2019-06-19 14:25:40 -0700 | [diff] [blame] | 4 | |
5 | [Service] | ||||
6 | Restart=always | ||||
7 | ExecStart={bindir}/swampd | ||||
8 | RestartSec=5 | ||||
9 | StartLimitInterval=0 | ||||
10 | Type=simple | ||||
11 | |||||
12 | [Install] | ||||
13 | WantedBy=@SYSTEMD_TARGET@ |