xref: /openbmc/phosphor-fan-presence/control/service_files/yaml/phosphor-fan-control-init@.service (revision 1fe3941e5ae42721c7d5d2a918aac20ce25a474e)
1 [Unit]
2 Description=Phosphor Fan Control Initialization
3 Wants=obmc-power-on@%i.target
4 After=obmc-power-on@%i.target
5 Conflicts=obmc-chassis-powered-off@%i.target
6 
7 [Service]
8 Restart=on-failure
9 ExecStart=/usr/bin/phosphor-fan-control --init
10 SyslogIdentifier=phosphor-fan-control
11 
12 [Install]
13 WantedBy=obmc-chassis-poweron@%i.target
14