Kuiying Wang | c8153bc | 2018-11-09 16:34:33 +0800 | [diff] [blame] | 1 | |
| 2 | [Unit] |
| 3 | Description=Intel Power Control%i |
| 4 | Wants=mapper-wait@-org-openbmc-managers-System.service |
| 5 | After=mapper-wait@-org-openbmc-managers-System.service |
| 6 | |
| 7 | [Service] |
| 8 | Restart=always |
| 9 | RestartSec=3 |
| 10 | ExecStart=/usr/bin/env power-control |
| 11 | SyslogIdentifier=power-control |
| 12 | Type=dbus |
Kuiying Wang | 6ce6ab4 | 2019-01-29 11:10:13 +0800 | [diff] [blame] | 13 | BusName=xyz.openbmc_project.Chassis.Control.Power |
Kuiying Wang | c8153bc | 2018-11-09 16:34:33 +0800 | [diff] [blame] | 14 | |
| 15 | [Install] |
Patrick Venture | 2c71405 | 2019-04-06 13:20:34 -0700 | [diff] [blame^] | 16 | WantedBy=multi-user.target |
Kuiying Wang | c8153bc | 2018-11-09 16:34:33 +0800 | [diff] [blame] | 17 | |