xref: /openbmc/phosphor-pid-control/phosphor-pid-control.service.in (revision 83a2c3b2f3fcfa155bf1a5ff3d313e3ab230a57d)
1[Unit]
2Description=Phosphor-Pid-Control Margin-based Fan Control Daemon
3After=xyz.openbmc_project.fansensor.service
4
5[Service]
6Restart=always
7ExecStart=@BINDIR@/swampd
8RestartSec=5
9StartLimitInterval=0
10Type=simple
11
12[Install]
13WantedBy=@SYSTEMD_TARGET@
14