xref: /openbmc/phosphor-pid-control/phosphor-pid-control.service.in (revision 8154e326e96f1231f59184749e5e1d20a634e82d)
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