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