summaryrefslogtreecommitdiff
path: root/meta-openbmc-mods/meta-common/recipes-phosphor/fans/phosphor-pid-control/phosphor-pid-control.service
blob: 0e80b554a1752f3db1aa70d5821c2749fc04a036 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[Unit]
Description=Phosphor-Pid-Control Margin-based Fan Control Daemon
After=xyz.openbmc_project.EntityManager.service
After=xyz.openbmc_project.ObjectMapper.service

[Service]
Restart=always
ExecStart={bindir}/swampd
RestartSec=5
StartLimitInterval=0
Type=simple

[Install]
WantedBy=basic.target