blob: a80235e504d6909f5092622393b19de7e9e27c9f [file] [log] [blame]
Ed Tanousf61ca6f2019-08-15 15:09:05 -07001[Unit]
2Description=Intel Power Control
3
4[Service]
5Restart=always
6RestartSec=3
7ExecStart=/usr/bin/power-control
8Type=dbus
9BusName=xyz.openbmc_project.State.Host
10
11[Install]
12WantedBy=sysinit.target
13