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 |
Vijay Khemka | 304c033 | 2020-05-27 17:54:36 -0700 | [diff] [blame] | 7 | ExecStart=@BINDIR@/swampd |
Potin Lai | e2ec69a | 2022-09-30 17:09:34 +0800 | [diff] [blame] | 8 | ExecReload=/bin/kill -HUP $MAINPID |
Vijay Khemka | 5584543 | 2019-06-19 14:25:40 -0700 | [diff] [blame] | 9 | RestartSec=5 |
| 10 | StartLimitInterval=0 |
| 11 | Type=simple |
| 12 | |
| 13 | [Install] |
| 14 | WantedBy=@SYSTEMD_TARGET@ |