summaryrefslogtreecommitdiff
path: root/meta-fii/meta-kudo/recipes-phosphor/fans/phosphor-pid-control/phosphor-pid-control.service
blob: 8f16d681833859fe9a6b997f6b7512dd10f291f6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[Unit]
Description=OpenBMC Fan Control Daemon
After=xyz.openbmc_project.EntityManager.service
After=xyz.openbmc_project.ObjectMapper.service

[Service]
Type=simple
ExecStart=/usr/bin/swampd -t
Restart=always
RestartSec=5
StartLimitInterval=0

[Install]
WantedBy=basic.target