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 | ||||
13 | BusName={BUSNAME} | ||||
14 | |||||
15 | [Install] | ||||
16 | WantedBy={SYSTEMD_DEFAULT_TARGET} | ||||
17 |